Perhaps this will make it work???
This commit is contained in:
parent
5031f7f914
commit
873455563b
|
@ -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: {
|
||||||
|
|
Loading…
Reference in a new issue