diff options
| -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 { |
