From 0874dd5d5652f7d710d98329ba111fd69e7d8fce Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Mon, 24 Feb 2025 02:18:20 +0800 Subject: feat(www): YEAH! --- services/templates/nginx/conf.d/mail.conf.template | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'services/templates/nginx/conf.d/mail.conf.template') diff --git a/services/templates/nginx/conf.d/mail.conf.template b/services/templates/nginx/conf.d/mail.conf.template index 2eb53d7..c115c2e 100644 --- a/services/templates/nginx/conf.d/mail.conf.template +++ b/services/templates/nginx/conf.d/mail.conf.template @@ -2,6 +2,10 @@ server { server_name mail.@@CRUPEST_DOMAIN@@; include common/https-listen; + location = /robots.txt { + root /srv/mail; + } + location / { include common/proxy-common; proxy_pass http://roundcubemail:80/; -- cgit v1.2.3