NginxProxyManager / NginxProxyManager/nginx-proxy-manager
[Feature Request] Enabled Nginx to listen on 443/udp for quic by default
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 34.2k
- Forks
- 3.9k
- Avg merge
- 21h 12m
- Merged PRs (30d)
- 20
Description
Is your feature request related to a problem? Please describe.
Modern versions of Nginx support quic out of the box. You're already using a version that was compiled with --with-http_v3_module
Describe the solution you'd like
Allow Nginx to have quic enabled by default, add 443/udp to exposed ports in Docker image.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Nginx default listener configuration and the Docker image's exposed-port definition. Check how HTTP/3/QUIC is currently configured, then make 443/udp available by default and verify that the resulting image exposes the port and Nginx listens on it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, nginx
- Domain
- infrastructure, networking
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100