fix: increase nginx max client size
This commit is contained in:
parent
188047dd2b
commit
26ad365df5
1 changed files with 1 additions and 0 deletions
|
@ -175,6 +175,7 @@
|
|||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection $http_connection;
|
||||
proxy_http_version 1.1;
|
||||
client_max_body_size 2000M;
|
||||
'';
|
||||
};
|
||||
useACMEHost = "ccnlc.eu";
|
||||
|
|
Loading…
Add table
Reference in a new issue