diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-01-06 15:33:20 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-01-06 15:33:20 +0100 |
| commit | 6cac269b94c851ee8c741cec9bf31f65728004c4 (patch) | |
| tree | 1992375410d69d1d443564c4ec8d5209eba7fdea /custom | |
| parent | cb5e3db7fa109484e13c41dde7e47d1766977d93 (diff) | |
| download | nixos-6cac269b94c851ee8c741cec9bf31f65728004c4.tar nixos-6cac269b94c851ee8c741cec9bf31f65728004c4.tar.gz nixos-6cac269b94c851ee8c741cec9bf31f65728004c4.tar.bz2 nixos-6cac269b94c851ee8c741cec9bf31f65728004c4.tar.xz nixos-6cac269b94c851ee8c741cec9bf31f65728004c4.zip | |
...
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 861e01ff..3ea829c0 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix | |||
| @@ -143,7 +143,7 @@ in { | |||
| 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; |
