diff --git a/services/nginx.nix b/services/nginx.nix index f89d339..8b79a57 100644 --- a/services/nginx.nix +++ b/services/nginx.nix @@ -26,28 +26,28 @@ in forceSSL = true; #useACMEHost = fqdn; enableACME = true; - listen = [ - { - addr = "0.0.0.0"; - port = 443; - ssl = true; - } - { - addr = "[::]"; - port = 443; - ssl = true; - } - { - addr = "0.0.0.0"; - port = 8448; - ssl = true; - } - { - addr = "[::]"; - port = 8448; - ssl = true; - } - ]; + #listen = [ + # { + # addr = "0.0.0.0"; + # port = 443; + # ssl = true; + # } + # { + # addr = "[::]"; + # port = 443; + # ssl = true; + # } + # { + # addr = "0.0.0.0"; + # port = 8448; + # ssl = true; + # } + # { + # addr = "[::]"; + # port = 8448; + # ssl = true; + # } + #]; locations = { #"/.well-known/acme-challenge".root = config.security.acme.defaults.webroot; "/".return = "418 \"I'm a Teapot!\"";