From 200110ec50fa8df4549f11a7795c0edb4565d810 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 17 Jan 2023 13:48:40 +0000 Subject: [PATCH] Update nginx.nix --- dev/nginx.nix | 2 -- 1 file changed, 2 deletions(-) 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"; };