Double up the client_max_body_size :/
This commit is contained in:
parent
ed7fdd6e18
commit
01b219aa83
|
@ -53,7 +53,7 @@ in {
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://127.0.0.1:${toString cfg.port}";
|
proxyPass = "http://127.0.0.1:${toString cfg.port}";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
proxy_request_buffering off;
|
client_max_body_size = 1024M;
|
||||||
'';
|
'';
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
|
|
Loading…
Reference in New Issue