loptland: allow connections to git to be <200mb for large lfs files

This commit is contained in:
Christoph Hollizeck 2025-06-12 22:38:27 +02:00
parent 2db7f29de5
commit b441792a6b
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

View file

@ -48,6 +48,9 @@ in
useACMEHost = mkIf cfg.enableAcme domainName;
locations."/" = {
extraConfig = ''
client_max_body_size 200M;
'';
proxyPass = "http://localhost:${toString forgejoPort}/";
};
};