Setup better media max file-size on devenv

This commit is contained in:
Andrey Antukh 2024-01-10 13:44:00 +01:00 committed by Andrés Moya
parent 77564531eb
commit fede8c9975
5 changed files with 18 additions and 11 deletions

View file

@ -49,7 +49,7 @@ http {
listen 3449 default_server;
server_name _;
client_max_body_size 30M;
client_max_body_size 100M;
charset utf-8;
proxy_http_version 1.1;