Merge branch 'master' of github.com:starr-dusT/dotfiles

This commit is contained in:
Tyler Starr 2024-10-14 16:41:03 -07:00
commit 4afd847491

View File

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