Double up the client_max_body_size :/

This commit is contained in:
niten 2024-05-23 12:27:20 -07:00
parent ed7fdd6e18
commit 01b219aa83
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ in {
locations."/" = {
proxyPass = "http://127.0.0.1:${toString cfg.port}";
extraConfig = ''
proxy_request_buffering off;
client_max_body_size = 1024M;
'';
recommendedProxySettings = true;
proxyWebsockets = true;