From b3131123f50431ba71650764f67eb513449e3a0b Mon Sep 17 00:00:00 2001 From: jjshoe Date: Tue, 25 Mar 2014 07:48:02 -0500 Subject: [PATCH] Comment wrap issue fixed --- wordpress-nginx/group_vars/all | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wordpress-nginx/group_vars/all b/wordpress-nginx/group_vars/all index f35d4ec..41d0700 100644 --- a/wordpress-nginx/group_vars/all +++ b/wordpress-nginx/group_vars/all @@ -11,6 +11,6 @@ wp_db_password: secret # You shouldn't need to change this. mysql_port: 3306 -# This is used for the nginx server configuration, but # access to the -# Wordpress site is not restricted by a # named host. +# This is used for the nginx server configuration, but access to the +# Wordpress site is not restricted by a named host. server_hostname: www.example.com