1
0
Fork 0
forked from exozyme/nginx

Increase JupyterHub upload size to 1G

This commit is contained in:
Anthony Wang 2022-05-08 21:33:38 -05:00
parent 001773e9ab
commit 0d48f1acec
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -35,5 +35,8 @@ server {
proxy_set_header X-Scheme $scheme;
proxy_buffering off;
# Allow big uploads
client_max_body_size 1G;
}
}