Increase the max size of http requests, fix #207

This commit is contained in:
kaiyou
2017-09-10 14:38:45 +02:00
parent 901796f4ac
commit 4e1869b635
3 changed files with 3 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ http {
sendfile on;
keepalive_timeout 65;
server_tokens off;
client_max_body_size 25m;
server {
listen 80;