Use recommendedProxySettings

This commit is contained in:
Oliver Davies 2025-04-28 02:07:10 +01:00
parent 0bba7ff4f8
commit 7a12a66266
4 changed files with 7 additions and 26 deletions

View file

@ -19,7 +19,10 @@
forceSSL = true;
useACMEHost = "oliverdavies.uk";
locations."/".proxyPass = "http://localhost:${toString cfg.listenPort}";
locations."/" = {
proxyPass = "http://localhost:${toString cfg.listenPort}";
recommendedProxySettings = true;
};
};
};
}