diff --git a/dev/nginx.nix b/dev/nginx.nix index ecb2a6a..805571a 100644 --- a/dev/nginx.nix +++ b/dev/nginx.nix @@ -7,8 +7,6 @@ "ahoneybun.net" = { forceSSL = true; enableACME = true; - # All serverAliases will be added as extra domain names on the certificate. -# serverAliases = [ "bar.example.com" ]; locations."/" = { root = "/var/www"; };