mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-19 02:46:06 -07:00
fix large push/pulls with gitea
This commit is contained in:
parent
1e22d62262
commit
6cb837fe76
@ -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/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user