Increase nginx maximum upload size

This commit is contained in:
Mitch Roote
2016-04-30 00:25:47 -04:00
parent 22f0ec0277
commit cd78f35a77

View File

@ -16,6 +16,7 @@ events {
http { http {
include mime.types; include mime.types;
default_type application/octet-stream; default_type application/octet-stream;
client_max_body_size 20m;
sendfile on; sendfile on;
#tcp_nopush on; #tcp_nopush on;