mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
add rss to reverse proxy
This commit is contained in:
parent
2735743285
commit
4ba96ac7f2
@ -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/";
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user