diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2020-05-27 01:06:23 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2020-05-27 01:06:23 +0200 |
commit | 454cf552bcadfcc63be9ede0a3b32e45db5f5b32 (patch) | |
tree | 2acd1fdd9d3ad75d6e5fd8a524eb10c7ab6a0447 /nginx | |
parent | d76087ab8449ffbd844d5a7fde1dad878088ac33 (diff) | |
download | pillar-454cf552bcadfcc63be9ede0a3b32e45db5f5b32.tar.xz |
Add client_max_body_size to bypass gallery
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'nginx')
-rw-r--r-- | nginx/gallery_remmy_io.sls | 2 |
1 files changed, 2 insertions, 0 deletions
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 |