Increase the max size of http requests, fix #207
This commit is contained in:
@@ -18,6 +18,7 @@ http {
|
||||
sendfile on;
|
||||
keepalive_timeout 65;
|
||||
server_tokens off;
|
||||
client_max_body_size 25m;
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
|
||||
Reference in New Issue
Block a user