Open
Description
Information
Details
Description
Nginx 1.25.1+ was released, and it has now deprecated the http2 parameter in Nginx listen directive in favour of using an http2 directive standalone with on/off values.
Steps to reproduce
nginx -t
...
server {
listen 443 ssl http2;
...
Expected behavior
server {
listen 443 ssl;
http2 on;
Screenshots
Metadata
Metadata
Assignees
Labels
No labels