* Larger file upload support for gallery

This commit is contained in:
shockrah 2022-06-24 12:24:10 -07:00
parent a32f339ca1
commit 5f0e2bbc03

View File

@ -7,6 +7,8 @@ server {
location / {
proxy_pass http://127.0.0.1:8000;
}
# Because we take large video/image file uploads
client_max_body_size 100M;
}