diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-03-31 22:21:03 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-03-31 22:21:03 +0200 |
commit | 6cdb7b764a8b19eaf2227e7229e05122a435fe38 (patch) | |
tree | 8f6a5680f30aa3b67ca97169ff83fd1fabaaf3fc /custom/ymir-nginx.nix | |
parent | 2549a6fe6153ecef9ae935685691a288d6d299fc (diff) | |
download | nixos-6cdb7b764a8b19eaf2227e7229e05122a435fe38.tar nixos-6cdb7b764a8b19eaf2227e7229e05122a435fe38.tar.gz nixos-6cdb7b764a8b19eaf2227e7229e05122a435fe38.tar.bz2 nixos-6cdb7b764a8b19eaf2227e7229e05122a435fe38.tar.xz nixos-6cdb7b764a8b19eaf2227e7229e05122a435fe38.zip |
...
Diffstat (limited to 'custom/ymir-nginx.nix')
-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; |