Allow larger body size in file uploads

This commit is contained in:
niten 2024-05-22 21:22:30 -07:00
parent 610c0751bd
commit c00436247a
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ in {
forceSSL = false;
locations."/" = {
proxyPass = "http://127.0.0.1:${toString cfg.port}";
extraConfig = "client_max_body_size 500M;";
recommendedProxySettings = true;
};
});