From 47f90d0916ac34ef132e3bb6da92a4a67dffbba8 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Thu, 3 Oct 2024 08:37:38 -0400 Subject: add postfix/rspamd --- files/usr/local/etc/nginx/acme.conf.common | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 files/usr/local/etc/nginx/acme.conf.common (limited to 'files/usr/local/etc/nginx/acme.conf.common') diff --git a/files/usr/local/etc/nginx/acme.conf.common b/files/usr/local/etc/nginx/acme.conf.common new file mode 100644 index 0000000..583ca98 --- /dev/null +++ b/files/usr/local/etc/nginx/acme.conf.common @@ -0,0 +1,4 @@ +location /.well-known/acme-challenge/ { + root ${acme_webroot}; + default_type text/plain; +} -- cgit v1.2.3