mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-18 18:57:32 -08:00
proxy passes
This commit is contained in:
parent
fff296aff8
commit
9437b24b8e
@ -123,6 +123,18 @@
|
||||
"git.tstarr.us" = (SSL // {
|
||||
locations."/".proxyPass = "http://localhost:3001/";
|
||||
});
|
||||
"workspace.tstarr.us" = (SSL // {
|
||||
locations."/".proxyPass = "http://localhost:5000/";
|
||||
});
|
||||
"code.tstarr.us" = (SSL // {
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:8443/";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
});
|
||||
"plot.tstarr.us" = (SSL // {
|
||||
locations."/".proxyPass = "http://localhost:8988/";
|
||||
});
|
||||
"share.tstarr.us" = (SSL // {
|
||||
locations."/".proxyPass = "http://localhost:5001/";
|
||||
extraConfig = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user