From 454cf552bcadfcc63be9ede0a3b32e45db5f5b32 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 27 May 2020 01:06:23 +0200 Subject: Add client_max_body_size to bypass gallery MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 41e15b6..96d0609 100644 --- a/nginx/gallery_remmy_io.sls +++ b/nginx/gallery_remmy_io.sls @@ -101,6 +101,8 @@ nginx: - try_files: $uri $uri.html $uri/ =404 + - client_max_body_size: 500m + - location /: - proxy_http_version: '1.1' - proxy_pass: http://127.0.0.1:8186 -- cgit v1.2.3-54-g00ecf