From 450c1fbe966b25a7fb7221b3ac7392f7a2f89f20 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Sun, 9 Mar 2025 17:31:21 +0800 Subject: feat(service): mv config to docker imagei, better pri/pub git. --- services/templates/nginx/conf.d/mail.conf.template | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 services/templates/nginx/conf.d/mail.conf.template (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 deleted file mode 100644 index c115c2e..0000000 --- a/services/templates/nginx/conf.d/mail.conf.template +++ /dev/null @@ -1,29 +0,0 @@ -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/; - } - - location /rspamd/ { - include common/proxy-common; - proxy_pass http://mailserver:11334/; - } - - client_max_body_size 5G; -} - - -server { - server_name mail.@@CRUPEST_DOMAIN@@; - include common/http-listen; - - include common/https-redirect; - include common/acme-challenge; -} -- cgit v1.2.3