mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-18 10:26:06 -07:00
reconfigure reverse proxy
This commit is contained in:
parent
313ba24596
commit
81f2acdddb
@ -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/";
|
||||
});
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user