fix: miniflux host specified wrong

This commit is contained in:
wi11-holdsworth 2025-10-22 18:02:12 +11:00
parent ca3a986b4d
commit 9793215fed

View file

@ -30,7 +30,7 @@ in
];
};
nginx.virtualHosts."miniflux.fi33.buzz" = {
nginx.virtualHosts."paperless.fi33.buzz" = {
forceSSL = true;
useACMEHost = "fi33.buzz";
locations."/".proxyPass = "http://localhost:${port}";