Allow larger body size in file uploads
This commit is contained in:
parent
610c0751bd
commit
c00436247a
|
@ -54,6 +54,7 @@ in {
|
||||||
forceSSL = false;
|
forceSSL = false;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://127.0.0.1:${toString cfg.port}";
|
proxyPass = "http://127.0.0.1:${toString cfg.port}";
|
||||||
|
extraConfig = "client_max_body_size 500M;";
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue