1
0
Fork 0
forked from exozyme/nginx

Allow large CoCalc uploads

This commit is contained in:
Anthony Wang 2021-09-15 18:59:56 -05:00
parent 2cf00114f6
commit 7a0122f266

View file

@ -15,5 +15,7 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_set_header Host $host;
client_max_body_size 1G;
}
}