NginxProxyManager / NginxProxyManager/nginx-proxy-manager
It's impossible to proxy two ports, 80 and 443, to a single internal server
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 34.2k
- Forks
- 3.9k
- Avg merge
- 21h 12m
- Merged PRs (30d)
- 20
Description
It's impossible to proxy two ports, 80 and 443, to a single internal server. If I create a proxy to port 443, then when I create a proxy to port 80, I get a message that the server already exists.
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
Reproduce the proxy-host creation flow by targeting ports 443 and 80 at the same internal server. Trace the validation that reports the server already exists and check how ports are compared. Done means both proxy hosts can be created for the same internal server without the duplicate-server error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nginx, typescript
- Domain
- backend, networking
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100