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