diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/ymir-nginx.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
123 | ssl_certificate_key /var/lib/acme/yggdrasil.li/key.pem; | 123 | ssl_certificate_key /var/lib/acme/yggdrasil.li/key.pem; |
124 | ''; | 124 | ''; |
125 | 125 | ||
126 | appendHttpConfig = ''; | 126 | appendHttpConfig = '' |
127 | server { | 127 | server { |
128 | listen *:443 ssl; | 128 | listen *:443 ssl; |
129 | listen [::]:443 ssl; | 129 | listen [::]:443 ssl; |