mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -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_disable "msie6";
|
||||
|
||||
client_max_body_size 50m;
|
||||
|
||||
# gzip_vary on;
|
||||
# gzip_proxied any;
|
||||
# gzip_comp_level 6;
|
||||
|
|
Loading…
Reference in a new issue