add rss to reverse proxy

This commit is contained in:
Tyler Starr 2023-11-05 00:43:29 -07:00
parent 2735743285
commit 4ba96ac7f2

View File

@ -111,6 +111,12 @@
enableACME = true;
forceSSL = true;
}; in {
"rss.tstarr.us" = (SSL // {
locations."/".proxyPass = "http://localhost:8081/";
});
"rssbridge.tstarr.us" = (SSL // {
locations."/".proxyPass = "http://localhost:3000/";
});
"media.tstarr.us" = (SSL // {
locations."/".proxyPass = "http://localhost:8096/";
});