services: forgejo: increase reverse proxy max body size
All checks were successful
flake / build (push) Successful in 3m21s

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-08-17 11:04:55 +02:00
parent ab6be969a6
commit 5099e0fbb7
Signed by: c8h4
GPG key ID: 73D5E7FDEE3DE49A

View file

@ -126,7 +126,7 @@ in {
"http://[${serverCfg.HTTP_ADDR}]:${toString serverCfg.HTTP_PORT}";
proxyWebsockets = true;
extraConfig = ''
client_max_body_size 128M;
client_max_body_size 256M;
'';
};
};