nginx.conf: fix inconsistent client_max_body_size.
This commit is contained in:
@@ -7,7 +7,7 @@ server {
|
||||
index index.html;
|
||||
access_log /var/log/nginx/danbooru.access.log;
|
||||
error_log /var/log/nginx/danbooru.error.log;
|
||||
client_max_body_size 30m;
|
||||
client_max_body_size 35m;
|
||||
location /stylesheets {
|
||||
expires max;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user