servo: gitea: increase client_max_body_size in nginx config #5

Merged
colin merged 1 commits from shelvacu/colins-nix-files:nginx-bigger-uploads into master 2025-04-21 07:32:17 +00:00

View File

@@ -128,6 +128,9 @@
forceSSL = true; # gitea complains if served over a different protocol than its config file says
enableACME = true;
# inherit kTLS;
extraConfig = ''
client_max_body_size 100m;
'';
locations."/" = {
proxyPass = "http://127.0.0.1:3000";