diff options
Diffstat (limited to 'services/uptimekuma.nix')
| -rw-r--r-- | services/uptimekuma.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/uptimekuma.nix b/services/uptimekuma.nix index f35b469..aa21cc4 100644 --- a/services/uptimekuma.nix +++ b/services/uptimekuma.nix @@ -44,7 +44,7 @@ in # })); services.nginx.virtualHosts."${cfg.domain}" = { - addSSL = cfg.doACME; + forceSSL = cfg.doACME; enableACME = cfg.doACME; locations."/" = { proxyPass = "http://localhost:3111"; |
