Fix forgejo rq size

This commit is contained in:
Mork Swork 2026-05-14 14:34:10 -07:00
parent 07b15aec19
commit 170bcd24c5

View file

@ -175,6 +175,10 @@
enableACME = true;
onlySSL = true;
extraConfig = ''
client_max_body_size 0;
'';
locations."/" = {
proxyPass = "http://127.0.0.1:3000/"; # pass through to Forgejo
};