Fix #4173: Fix inconsistent max upload size.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user