From 51f7195fa94d7d6a18418f4ded92c4104d1167ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 5 Dec 2023 15:52:13 +0100 Subject: [PATCH] Up the proxy_read_timeout --- conf/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index 94279ae..a9615bf 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -17,6 +17,8 @@ location __PATH__/ { 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 conf.d/yunohost_panel.conf.inc; }