Closed play113 closed 2 weeks ago
Checklist
jc21/nginx-proxy-manager:latest
Describe the bug
nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/14.conf:19
Nginx Proxy Manager Version
2.12.1
Operating System
Debian 12 / Docker 27.2.0
Additional context
switch from
listen X.X.X.X:443 ssl http2;
to
listen X.X.X:X:443 ssl; http2 on;
The fix is already implemented and merged into the develop branch (and will thus be part of the next release). Related PR: #4106
THX
Checklist
jc21/nginx-proxy-manager:latest
docker image?Describe the bug
nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/14.conf:19
Nginx Proxy Manager Version
2.12.1
Operating System
Debian 12 / Docker 27.2.0
Additional context
switch from
to