forked from exozyme/nginx
Allow large CoCalc uploads
This commit is contained in:
parent
2cf00114f6
commit
7a0122f266
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue