mirror of
https://github.com/penpot/penpot.git
synced 2025-06-02 01:01:39 +02:00
✨ Setup better media max file-size on devenv
This commit is contained in:
parent
77564531eb
commit
fede8c9975
5 changed files with 18 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue