nginx for mattermost docker

This commit is contained in:
Tyler Starr 2024-07-17 22:21:35 -07:00
parent b6d5298e4a
commit f548dc8918

View File

@ -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/";