From 6cdb7b764a8b19eaf2227e7229e05122a435fe38 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 31 Mar 2021 22:21:03 +0200 Subject: ... --- custom/ymir-nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom') diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index f1fd1a6d..323d09fb 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix @@ -123,7 +123,7 @@ in { ssl_certificate_key /var/lib/acme/yggdrasil.li/key.pem; ''; - appendHttpConfig = ''; + appendHttpConfig = '' server { listen *:443 ssl; listen [::]:443 ssl; -- cgit v1.2.3