Increase upload limits

This commit is contained in:
Daniel Winzen
2017-08-06 10:57:56 +02:00
parent df22041c09
commit 2cda288913
3 changed files with 7 additions and 7 deletions

View File

@ -22,7 +22,7 @@ http {
keepalive_timeout 65;
types_hash_max_size 2048;
server_tokens off;
client_max_body_size 105M;
client_max_body_size 1G;
proxy_http_version 1.1;
#proxy_buffering off;