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;
|
||||
useACMEHost = "oliverdavies.uk";
|
||||
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:${toString cfg.listenPort}";
|
||||
recommendedProxySettings = true;
|
||||
};
|
||||
locations."/".proxyPass = "http://localhost:${toString cfg.listenPort}";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue