Incrase permitted upload size
This commit is contained in:
@@ -13,7 +13,7 @@ http {
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
client_max_body_size 10M;
|
||||
client_max_body_size 256M;
|
||||
|
||||
# Frontend routes
|
||||
location / {
|
||||
|
||||
Reference in New Issue
Block a user