From 1228dbfa4f8a8714a95ee0a097bb02443df4e6e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Sat, 19 Jul 2025 22:05:59 +0200 Subject: [PATCH] nginx: force SSL everywhere --- void.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/void.nix b/void.nix index f5c848e..39fa814 100644 --- a/void.nix +++ b/void.nix @@ -363,22 +363,22 @@ "jellyfin.005540.xyz" = { locations."/".proxyPass = "http://localhost:8096"; enableACME = true; - addSSL = true; + forceSSL = true; }; "forgejo.005540.xyz" = { locations."/".proxyPass = "http://localhost:3000"; enableACME = true; - addSSL = true; + forceSSL = true; }; "miniflux.005540.xyz" = { locations."/".proxyPass = "http://localhost:8700"; enableACME = true; - addSSL = true; + forceSSL = true; }; "paperless.005540.xyz" = { locations."/".proxyPass = "http://localhost:28981"; enableACME = true; - addSSL = true; + forceSSL = true; }; "immich.005540.xyz" = { locations."/".proxyPass = "http://localhost:2283"; @@ -390,19 +390,19 @@ send_timeout 600s; ''; enableACME = true; - addSSL = true; + forceSSL = true; }; "audiobookshelf.005540.xyz" = { locations."/".proxyPass = "http://localhost:8000"; locations."/".proxyWebsockets = true; enableACME = true; - addSSL = true; + forceSSL = true; }; "victorialogs.005540.xyz" = { locations."/".proxyPass = "http://localhost:9428"; locations."/".basicAuthFile = "/etc/nixos/secrets/victorialogs/basicauth"; enableACME = true; - addSSL = true; + forceSSL = true; }; "nextcloud.005540.xyz" = { enableACME = true;