mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
set nginx to 50mb limit which is upper side of what ShareLaTeX can handle
This commit is contained in:
parent
c9c9cd89f2
commit
e5a7bf947b
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ http {
|
||||||
gzip on;
|
gzip on;
|
||||||
gzip_disable "msie6";
|
gzip_disable "msie6";
|
||||||
|
|
||||||
|
client_max_body_size 50m;
|
||||||
|
|
||||||
# gzip_vary on;
|
# gzip_vary on;
|
||||||
# gzip_proxied any;
|
# gzip_proxied any;
|
||||||
# gzip_comp_level 6;
|
# gzip_comp_level 6;
|
||||||
|
|
Loading…
Reference in a new issue