diff --git a/nixos/nginx.nix b/nixos/nginx.nix index 484546c..4565f7c 100644 --- a/nixos/nginx.nix +++ b/nixos/nginx.nix @@ -113,6 +113,7 @@ "forge.quinefoundation.com-https" = { serverName = "forge.quinefoundation.com"; enableACME = true; + onlySSL = true; #listen = [ # { addr = "0.0.0.0"; port = 443; }