From 1c1002be6e802859048966e4db4725a6d0019cf7 Mon Sep 17 00:00:00 2001 From: Sadiq Saif Date: Sat, 16 Sep 2017 12:17:34 -0400 Subject: [PATCH] Add ACME location in netdat vhost --- ubuntu/site.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ubuntu/site.yml b/ubuntu/site.yml index 4cf9b8b..d1b439b 100644 --- a/ubuntu/site.yml +++ b/ubuntu/site.yml @@ -233,6 +233,8 @@ - ssl_stapling on - resolver 8.8.8.8 valid=300s - add_header Strict-Transport-Security max-age=31536000 + - location /.well-known/acme-challenge/ { + root /srv/www/netdata.asininetech.net; - location / { proxy_set_header X-Forwarded-Host $host; proxy_set_header X-Forwarded-Server $host;