1
0
Fork 0
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:
Félix Piédallu 2023-12-05 15:52:13 +01:00
parent bef7b9529a
commit 51f7195fa9

View file

@ -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;
} }