reconfigure reverse proxy

This commit is contained in:
Tyler Starr 2025-05-17 16:41:58 -07:00
parent 313ba24596
commit 81f2acdddb

View File

@ -61,6 +61,9 @@
"rss.tstarr.us" = (SSL // {
locations."/".proxyPass = "http://localhost:8087/";
});
"link.tstarr.us" = (SSL // {
locations."/".proxyPass = "http://localhost:9090/";
});
"media.tstarr.us" = (SSL // {
locations."/".proxyPass = "http://localhost:8096/";
});
@ -70,9 +73,6 @@
client_max_body_size 3000m;
'';
});
"workspace.tstarr.us" = (SSL // {
locations."/".proxyPass = "http://localhost:5000/";
});
"lc.tstarr.us" = (SSL // {
locations."/" = {
proxyPass = "http://localhost:8065/";
@ -86,8 +86,11 @@
};
});
"plot.tstarr.us" = (SSL // {
locations."/".proxyPass = "http://localhost:8988/";
"inv.tstarr.us" = (SSL // {
locations."/".proxyPass = "http://localhost:3000/";
});
"comp.tstarr.us" = (SSL // {
locations."/".proxyPass = "http://localhost:8282/";
});
};
};