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