Fix Homepage Dashboard
Fixes this error: > Host validation failed. See logs for more details.
This commit is contained in:
parent
46bbbc4e46
commit
4ed6fabf89
1 changed files with 1 additions and 4 deletions
|
@ -19,10 +19,7 @@
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
useACMEHost = "oliverdavies.uk";
|
useACMEHost = "oliverdavies.uk";
|
||||||
|
|
||||||
locations."/" = {
|
locations."/".proxyPass = "http://localhost:${toString cfg.listenPort}";
|
||||||
proxyPass = "http://localhost:${toString cfg.listenPort}";
|
|
||||||
recommendedProxySettings = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue