add link proxy pass

This commit is contained in:
Tyler Starr 2025-03-23 17:57:10 -07:00
parent 86acce4de5
commit f5fa0718cc

View File

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