1
Fork 0

Perhaps this will make it work???

This commit is contained in:
prescientmoon 2024-06-11 11:35:56 +02:00
parent 5031f7f914
commit 873455563b
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -13,7 +13,7 @@
enableACME = true; enableACME = true;
acmeRoot = null; acmeRoot = null;
forceSSL = true; forceSSL = true;
locations."/" = { proxyPass = "http://127.0.0.1:${toString port}"; } // extra; locations."/" = { proxyPass = "http://localhost:${toString port}"; } // extra;
}; };
config.satellite.static = root: { config.satellite.static = root: {