This commit is contained in:
Chris Cochrun 2025-05-19 14:23:21 -05:00
parent 6660032d0e
commit e3820d79be

View file

@ -9,7 +9,7 @@ with lib;
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://127.0.0.1:4242";
proxyPass = "http://localhost:4242";
proxyWebsockets = true;
};
};