mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #2834] Support HTTP/3 #1943
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#1943
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @joaopinto14 on GitHub (Apr 15, 2023).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2834
Add HTTP protocol version 3 support with quic
@parnavh commented on GitHub (Apr 16, 2023):
See similar thread: #1550
@github-actions[bot] commented on GitHub (Jan 22, 2024):
Issue is now considered stale. If you want to keep it open, please comment 👍
@WhippingBoy01 commented on GitHub (Feb 9, 2024):
Vote from me
@barnhill commented on GitHub (Jun 22, 2024):
This would be a great addition
@vincent1890 commented on GitHub (Aug 30, 2024):
up
@CyberCreator commented on GitHub (Nov 5, 2024):
I support it. It's an interesting idea.
@github-actions[bot] commented on GitHub (Jun 10, 2025):
Issue is now considered stale. If you want to keep it open, please comment 👍
@barnhill commented on GitHub (Jun 14, 2025):
Dont let this go stale bot!
@Timmmel commented on GitHub (Jul 29, 2025):
Voting
@MattXcz commented on GitHub (Aug 12, 2025):
Voting
@kylhuk commented on GitHub (Jan 28, 2026):
Technically it should support HTTP/3 already. OpenResty added support in v1.27.1.1 and nginx-proxy-manager uses v1.27.1.2. So it should be only a configuration issue.
On this line:
github.com/NginxProxyManager/nginx-proxy-manager@534afe6067/docker/rootfs/etc/nginx/conf.d/default.conf (L25)you would have to addhttp2andquicto enable full support. Something like:If I find time I will open up a PR
Also, duplicate of #1550
@danfratamico commented on GitHub (Feb 5, 2026):
Following this! Would be great if this got added to the next release.
@kylhuk commented on GitHub (Feb 9, 2026):
So I just added a draft PR just to get some CI/CD jobs running for tests. Try to find some time to test it manually this week.
#5296
@danfratamico commented on GitHub (Feb 25, 2026):
Have you had a chance to test?
@kylhuk commented on GitHub (Feb 25, 2026):
Please check the PR which includes all the testing/fixing/discussion.