From d52252e0d9bcedb39f4fbecb17f5adae3779a810 Mon Sep 17 00:00:00 2001 From: Sadiq Saif Date: Sat, 16 Sep 2017 13:03:51 -0400 Subject: [PATCH] Remove root variable from http netdata --- ubuntu/site.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ubuntu/site.yml b/ubuntu/site.yml index 070a70d..de5c748 100644 --- a/ubuntu/site.yml +++ b/ubuntu/site.yml @@ -220,7 +220,6 @@ - listen {{ ansible_default_ipv4.address }}:80 - listen [{{ ansible_default_ipv6.address }}]:80 - server_name netdata.asininetech.net - - root "srv/www/netdata.asininetech.net" - location /.well-known/acme-challenge/ { allow all; } - return 301 "https://$host$request_uri" netdata.asininetech.net.https: