mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 04:11:44 +02:00
🔧 Update default body size for docker images
Set it to 350MiB, the same as we have on our saas
This commit is contained in:
parent
407b664910
commit
d9ba107da2
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ http {
|
||||||
listen 8080 default_server;
|
listen 8080 default_server;
|
||||||
server_name _;
|
server_name _;
|
||||||
|
|
||||||
client_max_body_size 100M;
|
client_max_body_size 350M;
|
||||||
charset utf-8;
|
charset utf-8;
|
||||||
|
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue