From: self Date: Mon, 3 Jul 2023 01:17:41 +0000 (-0700) Subject: force https for dev and staging X-Git-Url: http://these/git/?a=commitdiff_plain;h=7a01c9e93bb43005f36f9a6b58221f88a6a4b07f;p=awful.systems.git force https for dev and staging --- diff --git a/hosts/these/configuration.nix b/hosts/these/configuration.nix index bf527a2..e3ad136 100644 --- a/hosts/these/configuration.nix +++ b/hosts/these/configuration.nix @@ -19,12 +19,12 @@ virtualHosts = { "breaking.awful.systems" = { - addSSL = true; + forceSSL = true; enableACME = true; }; "making.awful.systems" = { - addSSL = true; + forceSSL = true; enableACME = true; };