mirror of
https://github.com/YunoHost-Apps/httpsh_ynh.git
synced 2024-09-03 19:25:55 +02:00
Up the proxy_read_timeout
This commit is contained in:
parent
bef7b9529a
commit
51f7195fa9
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ location __PATH__/ {
|
||||||
|
|
||||||
proxy_pass http://127.0.0.1:__PORT__$req;
|
proxy_pass http://127.0.0.1:__PORT__$req;
|
||||||
|
|
||||||
|
proxy_read_timeout 3600s; # dont kill connection after 60s of inactivity
|
||||||
|
|
||||||
# Include SSOWAT user panel.
|
# Include SSOWAT user panel.
|
||||||
include conf.d/yunohost_panel.conf.inc;
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue