fix(esphome): fix nginx proxy

This commit is contained in:
Felix Schröter 2022-12-29 14:22:30 +01:00
parent f032f7f2d1
commit 0a673b54a9
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -11,7 +11,7 @@ in {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://[::1]:${toString port}";
proxyPass = "http://localhost:${toString port}";
proxyWebsockets = true;
};
};