set nginx to 50mb limit which is upper side of what ShareLaTeX can handle

This commit is contained in:
Henry Oswald 2016-01-13 15:10:31 +00:00
parent 79f5e671de
commit 5c74504ce7

View file

@ -41,6 +41,8 @@ http {
gzip on;
gzip_disable "msie6";
client_max_body_size 50m;
# gzip_vary on;
# gzip_proxied any;
# gzip_comp_level 6;