From 5d11eaaf47838a6909e773fa61fb2971a64b49e0 Mon Sep 17 00:00:00 2001 From: Sadiq Saif Date: Mon, 17 Jul 2017 23:08:11 -0400 Subject: [PATCH] fix server_name in netdata https vhost --- ubuntu/site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/site.yml b/ubuntu/site.yml index 1896c45..f949800 100644 --- a/ubuntu/site.yml +++ b/ubuntu/site.yml @@ -224,7 +224,7 @@ netdata.asininetech.net.https: - listen {{ ansible_default_ipv4.address }}:443 ssl http2 - listen [{{ ansible_default_ipv6.address }}]:443 ssl http2 - - server_name sadiqsaif.com + - server_name netdata.asininetech.net - root "/srv/www/netdata.asininetech.net" - access_log "/var/log/nginx/netdata.asininetech.net.access.log" - error_log "/var/log/nginx/netdata.asininetech.net.error.log"