🐛 switch to IPs for nginx

(limit deploy failures)
This commit is contained in:
2022-06-11 14:57:41 -04:00
parent 9834e3b7eb
commit be52b200c2
7 changed files with 10 additions and 10 deletions

View File

@ -8,7 +8,7 @@
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://plato:8003";
proxyPass = "http://100.111.208.75:8003";
proxyWebsockets = true;
};
};