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 c9c9cd89f2
commit e5a7bf947b

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;