Fix #4173: Fix inconsistent max upload size.

This commit is contained in:
evazion
2019-09-22 20:14:44 -05:00
parent 1d6d816b23
commit 22d4625071

View File

@@ -14,7 +14,7 @@ index index.html;
access_log off;
error_log /var/www/danbooru/shared/log/server.error.log;
try_files $uri/index.html $uri.html $uri @app;
client_max_body_size 30m;
client_max_body_size 35m;
error_page 503 @maintenance;
error_page 404 /404.html;
error_page 500 502 503 504 /500.html;