mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 01:15:51 +03:00
[PR #5296] Support for HTTP/3 #4152
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#4152
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?
📋 Pull Request Information
Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/5296
Author: @kylhuk
Created: 2/9/2026
Status: 🔄 Open
Base:
develop← Head:develop📝 Commits (10+)
47b367dMerge pull request #5276 from NginxProxyManager/develop4a85ea9Add HTTP/3 support toggles for hosts27695b3Merge pull request #1 from kylhuk/add-http-version-selection-for-proxy-hosts6c3cc83Bump the prod-patch-updates group in /frontend with 2 updates678fdd2Bump the dev-minor-updates group in /frontend with 2 updates40f363bFix uploading of custom certificates446bfe2Merge branch 'develop' into develop059781fUpdate zh.jsonaff390fMerge pull request #5317 from Tech-no-1/fix-custom-certificatesfc4c5aaMerge pull request #5315 from NginxProxyManager/dependabot/npm_and_yarn/frontend/prod-patch-updates-95db6732c0📊 Changes
56 files changed (+353 additions, -82 deletions)
View changed files
📝
backend/internal/certificate.js(+2 -2)📝
backend/internal/host.js(+1 -0)📝
backend/internal/nginx.js(+43 -2)➕
backend/migrations/20251112090000_http3_support.js(+50 -0)📝
backend/models/dead_host.js(+1 -1)📝
backend/models/proxy_host.js(+1 -0)📝
backend/models/redirection_host.js(+1 -0)📝
backend/schema/common.json(+5 -0)📝
backend/schema/components/dead-host-object.json(+19 -1)📝
backend/schema/components/proxy-host-object.json(+4 -0)📝
backend/schema/components/redirection-host-object.json(+4 -0)📝
backend/schema/paths/nginx/dead-hosts/get.json(+1 -0)📝
backend/schema/paths/nginx/dead-hosts/hostID/get.json(+1 -0)📝
backend/schema/paths/nginx/dead-hosts/hostID/put.json(+4 -0)📝
backend/schema/paths/nginx/dead-hosts/post.json(+5 -0)📝
backend/schema/paths/nginx/proxy-hosts/get.json(+1 -0)📝
backend/schema/paths/nginx/proxy-hosts/hostID/get.json(+1 -0)📝
backend/schema/paths/nginx/proxy-hosts/hostID/put.json(+4 -0)📝
backend/schema/paths/nginx/proxy-hosts/post.json(+4 -0)📝
backend/schema/paths/nginx/redirection-hosts/get.json(+1 -0)...and 36 more files
📄 Description
Added support for HTTP/3 since the OpenResty version supports it, so it was only a matter of adding it to the Nginx config templates and adding it to the frontend.
I am still testing, which is why this is a draft.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.