diff options
| author | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-06-07 20:14:25 +0200 |
|---|---|---|
| committer | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-06-07 20:14:25 +0200 |
| commit | 0fed2374d8d1eb3bca9117f2191a36de1581066b (patch) | |
| tree | 9da5ca02184eb09351c1c0977e382caf8ee1e584 /services/uptimekuma.nix | |
| parent | e435b7e1342486bac8b133f230576d7539cb691c (diff) | |
nginx: Force-Redirect to HTTPS on public sites
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"; |
