[fanny] increase max_body_size in reverse proxy
All checks were successful
Check flake syntax / flake-check (push) Successful in 10m31s

This commit is contained in:
2025-07-29 18:20:52 +02:00
parent 08b0f46edf
commit 34854d76da

View File

@@ -130,6 +130,7 @@ in
proxyPass = "http://10.0.0.13";
extraConfig = ''
proxy_set_header Host $host;
client_max_body_size 10G;
'';
};
};