diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-18 10:26:32 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-18 10:26:32 +0200 |
commit | ee9e19b8de97b97265e872754bf7d65ca90ddae5 (patch) | |
tree | 9bee3dba7037086d1a930e6f27816042ff770d1b /custom | |
parent | 04e1e2a0fd598c095e113ab04bc78650d4840f6b (diff) | |
download | nixos-ee9e19b8de97b97265e872754bf7d65ca90ddae5.tar nixos-ee9e19b8de97b97265e872754bf7d65ca90ddae5.tar.gz nixos-ee9e19b8de97b97265e872754bf7d65ca90ddae5.tar.bz2 nixos-ee9e19b8de97b97265e872754bf7d65ca90ddae5.tar.xz nixos-ee9e19b8de97b97265e872754bf7d65ca90ddae5.zip |
*shrug*
Diffstat (limited to 'custom')
-rw-r--r-- | custom/ymir-nginx.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index 40ef2b77..e08c690c 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix | |||
@@ -124,6 +124,7 @@ in { | |||
124 | listen [::]:443 ssl; | 124 | listen [::]:443 ssl; |
125 | server_name ~^(.*\.)?(o|online)\.(yggdrasil\.li|141\.li|praseodym\.org)$; | 125 | server_name ~^(.*\.)?(o|online)\.(yggdrasil\.li|141\.li|praseodym\.org)$; |
126 | 126 | ||
127 | include ${favicon}; | ||
127 | include ${acme}; | 128 | include ${acme}; |
128 | 129 | ||
129 | location / { | 130 | location / { |