diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-02-02 15:43:47 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-02-02 15:43:47 +0100 |
commit | b7fa8a54a0f360e334c862c6ee21692fb8ca71b7 (patch) | |
tree | 3cb09b63e78919c3ecb15976d53b224b9540c8e7 /custom/ymir-nginx.nix | |
parent | 64de3592af958dced7e10761e31ba8e9f3a64571 (diff) | |
download | nixos-b7fa8a54a0f360e334c862c6ee21692fb8ca71b7.tar nixos-b7fa8a54a0f360e334c862c6ee21692fb8ca71b7.tar.gz nixos-b7fa8a54a0f360e334c862c6ee21692fb8ca71b7.tar.bz2 nixos-b7fa8a54a0f360e334c862c6ee21692fb8ca71b7.tar.xz nixos-b7fa8a54a0f360e334c862c6ee21692fb8ca71b7.zip |
...
Diffstat (limited to 'custom/ymir-nginx.nix')
-rw-r--r-- | custom/ymir-nginx.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index dcb207ee..4a49d7cc 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix | |||
@@ -142,8 +142,8 @@ in { | |||
142 | include ${favicon}; | 142 | include ${favicon}; |
143 | include ${acme}; | 143 | include ${acme}; |
144 | 144 | ||
145 | location /.well-known/autoconfig/mail { | 145 | location /.well-known/autoconfig/mail/ { |
146 | root ${mail-autoconfig}/; | 146 | root ${mail-autoconfig}; |
147 | } | 147 | } |
148 | 148 | ||
149 | root /srv/www/default; | 149 | root /srv/www/default; |