From 29722ad171b8aed29d76164b4b1bc1d7f8ab6b1b Mon Sep 17 00:00:00 2001 From: L3D Date: Sun, 4 Apr 2021 00:52:24 +0200 Subject: [PATCH] improve config --- templates/files/nginx/sites/backwesen.de_tls.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/files/nginx/sites/backwesen.de_tls.conf b/templates/files/nginx/sites/backwesen.de_tls.conf index 2061465..480e3fb 100644 --- a/templates/files/nginx/sites/backwesen.de_tls.conf +++ b/templates/files/nginx/sites/backwesen.de_tls.conf @@ -11,5 +11,6 @@ server { location / { proxy_pass http://localhost:3000; client_max_body_size 256M; + proxy_read_timeout 3600; } }