mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-18 18:57:32 -08:00
nginx for mattermost docker
This commit is contained in:
parent
b6d5298e4a
commit
f548dc8918
@ -117,6 +117,12 @@
|
||||
"workspace.tstarr.us" = (SSL // {
|
||||
locations."/".proxyPass = "http://localhost:5000/";
|
||||
});
|
||||
"lc.tstarr.us" = (SSL // {
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:8065/";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
});
|
||||
"code.tstarr.us" = (SSL // {
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:8443/";
|
||||
|
Loading…
x
Reference in New Issue
Block a user