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