mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #4162] keepalive.. per backend? #2699
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#2699
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?
Originally created by @bcookatpcsd on GitHub (Nov 14, 2024).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4162
tl;dr: (how do I correctly add keepalive_timeout to my backend..)
Everything is working, 6 hosts working as configured.
Looking to make the 'unifi' controller app more responsive..
I see in nginx.conf
http{
..
keepalive_timeout 90s;
..
but in
/data/nginx/proxy_host/
[1-6].conf I do not see keepalive_timeout set in each backend..
In the nginx docs keepalive has no default but keepalive_timeout has 60s default.. but it's in the context of upstream
so I create /data/custom/server_proxy.conf and added:
keepalive 2;
keepalive_timeout 90s;
and restarted the app..
am I missing something?
Or is something missing..
Where is server_proxy.conf defined to be used?
Thank you in advance..
@bcookatpcsd commented on GitHub (Nov 14, 2024):
missed including this..
was expecting to see Keep-Alive: headers..
@github-actions[bot] commented on GitHub (Jun 26, 2025):
Issue is now considered stale. If you want to keep it open, please comment 👍