[GH-ISSUE #4132] http2 deprecated, #2679

Closed
opened 2026-02-26 07:36:26 +03:00 by kerem · 2 comments
Owner

Originally created by @play113 on GitHub (Nov 2, 2024).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4132

Checklist

  • Have you pulled and found the error with jc21/nginx-proxy-manager:latest docker image?
    • Yes
  • Are you sure you're not using someone else's docker image?
    • Yes
  • Have you searched for similar issues (both open and closed)?
    • Yes

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;
Originally created by @play113 on GitHub (Nov 2, 2024). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4132 **Checklist** - Have you pulled and found the error with `jc21/nginx-proxy-manager:latest` docker image? - Yes - Are you sure you're not using someone else's docker image? - Yes - Have you searched for similar issues (both open and closed)? - Yes **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;
kerem 2026-02-26 07:36:26 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@snordmann commented on GitHub (Nov 3, 2024):

The fix is already implemented and merged into the develop branch (and will thus be part of the next release). Related PR: #4106

<!-- gh-comment-id:2453537254 --> @snordmann commented on GitHub (Nov 3, 2024): The fix is already implemented and merged into the develop branch (and will thus be part of the next release). Related PR: #4106
Author
Owner

@play113 commented on GitHub (Nov 3, 2024):

THX

<!-- gh-comment-id:2453548772 --> @play113 commented on GitHub (Nov 3, 2024): THX
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#2679
No description provided.