From 372b3427c6683a95500e06baab6804d603ada777 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 31 May 2020 12:36:05 +0200 Subject: gallery: Bump proxy timeouts to 3 minutes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For larger images or depending on the connection, uploading an image might take more than a minute and then cause a timeout. Bump it to 3 minutes which should hopefully be enough. Signed-off-by: Johannes Löthberg --- nginx/gallery_remmy_io.sls | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nginx/gallery_remmy_io.sls b/nginx/gallery_remmy_io.sls index 96d0609..30d2d24 100644 --- a/nginx/gallery_remmy_io.sls +++ b/nginx/gallery_remmy_io.sls @@ -106,5 +106,7 @@ nginx: - location /: - proxy_http_version: '1.1' - proxy_pass: http://127.0.0.1:8186 + - proxy_read_timeout: 180s; + - proxy_send_timeout: 180s; # vim: ft=yaml et: -- cgit v1.2.3-54-g00ecf