* Larger file upload support for gallery
This commit is contained in:
parent
a32f339ca1
commit
5f0e2bbc03
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user