aboutsummaryrefslogtreecommitdiff
path: root/files/usr/local/etc/nginx/acme.conf.common
diff options
context:
space:
mode:
Diffstat (limited to 'files/usr/local/etc/nginx/acme.conf.common')
-rw-r--r--files/usr/local/etc/nginx/acme.conf.common4
1 files changed, 4 insertions, 0 deletions
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;
+}