fix: https to http

This commit is contained in:
daragh 2024-05-21 02:57:32 +01:00
parent 70b1d6324d
commit 961509ddc8
No known key found for this signature in database

View file

@ -61,7 +61,7 @@ in {
forceSSL = true;
useACMEHost = "skynet";
locations."/" = {
proxyPass = "https://localhost:${toString cfg.port}";
proxyPass = "http://localhost:${toString cfg.port}";
proxyWebsockets = true;
};
};