mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
✨ Setup better media max file-size on devenv
This commit is contained in:
committed by
Andrés Moya
parent
77564531eb
commit
fede8c9975
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user