mirror of
https://github.com/penpot/penpot.git
synced 2025-07-29 13:37:23 +02:00
✨ Set consistent max body size
And make it configurable
This commit is contained in:
parent
602b736163
commit
c026d05bc3
3 changed files with 5 additions and 3 deletions
|
@ -46,7 +46,7 @@ http {
|
|||
listen 3449 default_server;
|
||||
server_name _;
|
||||
|
||||
client_max_body_size 50M;
|
||||
client_max_body_size 30M;
|
||||
charset utf-8;
|
||||
|
||||
proxy_http_version 1.1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue