Merge pull request #1287 from sugitk/patch-1

fixes #1286 expand client_max_body_size to 5Mb
This commit is contained in:
Seth Foster
2023-03-15 14:17:18 -04:00
committed by GitHub

View File

@@ -100,6 +100,7 @@ data:
include /etc/nginx/mime.types;
default_type application/octet-stream;
server_tokens off;
client_max_body_size 5M;
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '