fix large push/pulls with gitea

This commit is contained in:
Tyler Starr 2024-10-14 15:57:19 -07:00
parent 1e22d62262
commit 6cb837fe76

View File

@ -70,6 +70,9 @@
}); });
"git.tstarr.us" = (SSL // { "git.tstarr.us" = (SSL // {
locations."/".proxyPass = "http://localhost:3001/"; locations."/".proxyPass = "http://localhost:3001/";
extraConfig = ''
client_max_body_size 3000m;
'';
}); });
"workspace.tstarr.us" = (SSL // { "workspace.tstarr.us" = (SSL // {
locations."/".proxyPass = "http://localhost:5000/"; locations."/".proxyPass = "http://localhost:5000/";