diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-02-02 15:44:41 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-02-02 15:44:41 +0100 |
| commit | a8a13f37cd5c48ff4798cd0534e7344a960ffecc (patch) | |
| tree | 09bd37487a9bc0582155edf63d5ddea88f8b84b9 | |
| parent | b7fa8a54a0f360e334c862c6ee21692fb8ca71b7 (diff) | |
| download | nixos-a8a13f37cd5c48ff4798cd0534e7344a960ffecc.tar nixos-a8a13f37cd5c48ff4798cd0534e7344a960ffecc.tar.gz nixos-a8a13f37cd5c48ff4798cd0534e7344a960ffecc.tar.bz2 nixos-a8a13f37cd5c48ff4798cd0534e7344a960ffecc.tar.xz nixos-a8a13f37cd5c48ff4798cd0534e7344a960ffecc.zip | |
...
| -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 4a49d7cc..82130468 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 | root ${mail-autoconfig}; | 146 | root ${mail-autoconfig}/; |
| 147 | } | 147 | } |
| 148 | 148 | ||
| 149 | root /srv/www/default; | 149 | root /srv/www/default; |
