Ensure forgejo proxy has decent client body size

This commit is contained in:
Gabriel Simmer 2023-08-15 09:11:46 +01:00
parent c4f131b8e4
commit 2c7f392e7f
Signed by: arch
SSH key fingerprint: SHA256:mXaHIY3tLtudNyb+i3qRd0DeXvpqbst04OgVKVCp2R4

View file

@ -94,6 +94,10 @@
forceSSL = true;
locations."/" = {
proxyPass = "http://100.116.48.47";
extraConfig =
''
client_max_body_size 100M;
'';
};
};
};