NginxProxyManager / NginxProxyManager/nginx-proxy-manager
Custom Timeout
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 34.2k
- Forks
- 3.9k
- Avg merge
- 21h 12m
- Merged PRs (30d)
- 20
Description
The default timeout of Proxy Hosts seems to be 1 Minute, wich is pretty short, so i would like to change the timeout without having to use a Custom Nginx Configuration.
Describe the solution you'd like
A input field in the Web Interface to change the timeout per Proxy Host.
It should probably set following nginx configuration parameters:
- proxy_connect_timeout
- proxy_send_timeout
- proxy_read_timeout
- send_timeout
Additional context

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 with the Proxy Hosts Web Interface and the generated Nginx configuration to trace how per-host settings are stored and rendered. Check how existing timeout defaults are applied, then verify that the four requested timeout parameters can be configured for an individual Proxy Host and produce the expected Nginx settings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nginx, typescript
- Domain
- devops, full-stack
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100