fuuko/gitea: Allow larger HTTP uploads

This is required to include larger files in Git LFS, which uses HTTP for
uploading the files.
neomutt
Simon Bruder 2022-01-21 18:17:31 +01:00
parent 964b34f321
commit 0de6be12f4
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 4 additions and 0 deletions

View File

@ -67,5 +67,9 @@ in
locations."/" = {
proxyPass = "http://unix:/run/gitea/gitea.sock";
};
extraConfig = ''
client_max_body_size 1G; # Git LFS
'';
};
}