From 7bc7afbb24349000157080ddec51dfbe82582648 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sat, 14 Jan 2017 01:12:37 +0000 Subject: [PATCH] Fix error in TSOB's nginx config block --- ubuntu/site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/site.yml b/ubuntu/site.yml index 0e03eea..621c896 100644 --- a/ubuntu/site.yml +++ b/ubuntu/site.yml @@ -128,7 +128,7 @@ - listen {{ ansible_default_ipv4.address }}:443 ssl - listen [{{ ansible_default_ipv6.address }}]:80 - listen [{{ ansible_default_ipv6.address }}]:443 ssl - - server_name asininetech.com + - server_name twoshadesofbrown.com - root "/srv/www/twoshadesofbrown.com" - index index.php index.html - access_log "/var/log/nginx/twoshadesofbrown.com.access.log"