Compare commits

...

2 Commits

Author SHA1 Message Date
1967b926a0 Merge branch 'master' of github.com:starr-dusT/dotfiles 2025-03-23 17:57:27 -07:00
f5fa0718cc add link proxy pass 2025-03-23 17:57:10 -07:00

View File

@ -87,6 +87,9 @@
"plot.tstarr.us" = (SSL // {
locations."/".proxyPass = "http://localhost:8988/";
});
"link.tstarr.us" = (SSL // {
locations."/".proxyPass = "http://localhost:9090/";
});
};
};