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 /hosts | |
| parent | e435b7e1342486bac8b133f230576d7539cb691c (diff) | |
nginx: Force-Redirect to HTTPS on public sites
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/omega-relay/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/omega-relay/default.nix b/hosts/omega-relay/default.nix index ba92775..8c5bfbe 100644 --- a/hosts/omega-relay/default.nix +++ b/hosts/omega-relay/default.nix @@ -151,7 +151,7 @@ enable = true; virtualHosts."${domain}" = { enableACME = !isVM; - addSSL = !isVM; + forceSSL = !isVM; root = "/srv/www/wilkuu.xyz/"; locations."/" = { index = "index.html"; |
