mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 06:58:58 -05:00
✨ Increase default upload size on docker imates.
This commit is contained in:
parent
2feb22d3bd
commit
9488a9a1ad
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ http {
|
|||
listen 3449 default_server;
|
||||
server_name _;
|
||||
|
||||
client_max_body_size 20M;
|
||||
client_max_body_size 50M;
|
||||
charset utf-8;
|
||||
|
||||
proxy_http_version 1.1;
|
||||
|
|
|
@ -47,7 +47,7 @@ http {
|
|||
listen 80 default_server;
|
||||
server_name _;
|
||||
|
||||
client_max_body_size 6M;
|
||||
client_max_body_size 50M;
|
||||
charset utf-8;
|
||||
|
||||
proxy_http_version 1.1;
|
||||
|
|
Loading…
Add table
Reference in a new issue