Fix Homepage Dashboard

Fixes this error:

> Host validation failed. See logs for more details.
This commit is contained in:
Oliver Davies 2025-04-28 15:00:07 +01:00
parent 46bbbc4e46
commit 4ed6fabf89

View file

@ -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;
};
}; };
}; };
} }