🐛 switch to IPs for nginx
(limit deploy failures)
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://epicurus:8080";
|
||||
proxyPass = "http://100.66.26.116:8080";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
@ -8,7 +8,7 @@
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://plato:8003";
|
||||
proxyPass = "http://100.111.208.75:8003";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
@ -8,7 +8,7 @@
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://plato:8123";
|
||||
proxyPass = "http://100.111.208.75:8123";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
@ -7,7 +7,7 @@
|
||||
"matrix.walkah.chat" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = { proxyPass = "http://plato:8008"; };
|
||||
locations."/" = { proxyPass = "http://100.111.208.75:8008"; };
|
||||
};
|
||||
|
||||
"walkah.chat" = {
|
||||
|
@ -8,7 +8,7 @@
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://plato:4000";
|
||||
proxyPass = "http://100.111.208.75:4000";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user