diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-01-06 15:34:56 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-01-06 15:34:56 +0100 |
commit | 80d993a872034566e4ba9799fde3608cebadf3ce (patch) | |
tree | d0e39973eec11568ea6b5bddc74a0d02f6d1cdcb /custom | |
parent | 6cac269b94c851ee8c741cec9bf31f65728004c4 (diff) | |
download | nixos-80d993a872034566e4ba9799fde3608cebadf3ce.tar nixos-80d993a872034566e4ba9799fde3608cebadf3ce.tar.gz nixos-80d993a872034566e4ba9799fde3608cebadf3ce.tar.bz2 nixos-80d993a872034566e4ba9799fde3608cebadf3ce.tar.xz nixos-80d993a872034566e4ba9799fde3608cebadf3ce.zip |
...
Diffstat (limited to 'custom')
-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 3ea829c0..ca030a08 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 | alias ${mail-autoconfig}/; | 146 | alias ${mail-autoconfig}; |
147 | } | 147 | } |
148 | 148 | ||
149 | root /srv/www/default; | 149 | root /srv/www/default; |