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