aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2019-09-16 00:20:31 -0400
committerMitch Riedstra <mitch@riedstra.us>2019-09-16 00:20:31 -0400
commitfe7201cfd83e753b214dc33a805fbde78176e9e1 (patch)
tree5441917f54e31ce14f354db686a8e83c37843239 /templates
parent1f3a68c3914311188943a10f57fe309821c5f15b (diff)
downloadnginx-fe7201cfd83e753b214dc33a805fbde78176e9e1.tar.gz
nginx-fe7201cfd83e753b214dc33a805fbde78176e9e1.tar.xz
populate acme-challenge from a var
Diffstat (limited to 'templates')
-rw-r--r--templates/nginx/acme-challenge6
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/nginx/acme-challenge b/templates/nginx/acme-challenge
index fad9cad..354dd99 100644
--- a/templates/nginx/acme-challenge
+++ b/templates/nginx/acme-challenge
@@ -1,5 +1 @@
- location /.well-known/acme-challenge {
- # This works for acmetool. If using letsencrypt change 'alias' to 'root'
- alias /var/run/acme/acme-challenge/;
- # alias /var/lib/acme-challenge;
- }
+{{nginx_acme_challenge_block}}