NginxProxyManager / NginxProxyManager/nginx-proxy-manager
Allow leaving port field empty
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.
When creating a new proxy host, the forward port field is required, despite indicating having a default value. Explicitly specifying a port also causes it to be included in the host header, which may be undesirable.
Describe the solution you'd like
Allow leaving the forward port field empty, resulting in the underlying nginx configuration not specifying any port.
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 tracing the proxy host form's forward-port field and the code that generates the underlying nginx configuration. Verify how an empty port is represented, then confirm that the generated configuration omits the port and avoids adding it to the host header.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nginx, typescript
- Domain
- backend, full-stack
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100