This commit is contained in:
qvalentin 2025-03-04 20:51:49 +01:00
parent 4c2eafaf81
commit d5ef607d5b

View file

@ -42,6 +42,8 @@ in
};
services.nginx.virtualHosts.${cfg.nginxHostname} = {
forceSSL = true;
enableACME = true;
locations = {
"/" = {
proxyPass = "http://127.0.0.1:${toString cfg.port}";