From d227a1803c5b69059a3dc9974cb4569011802a20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Sch=C3=B6ldstr=C3=B6m?= Date: Sat, 3 Jun 2017 08:56:03 -0500 Subject: [PATCH] server_name_redirect is only added if defined --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index a7a4db4..fff97c9 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -57,12 +57,12 @@ nginx_vhosts: [] # Example vhost below, showing all available options: # - listen: "80" # default: "80" # server_name: "example.com" # default: N/A -# server_name_redirect: "www.example.com" # default: N/A # root: "/var/www/example.com" # default: N/A # index: "index.html index.htm" # default: "index.html index.htm" # vhost_filename: "example.com.conf" # Can be used to set the filename of the vhost file. # # # Properties that are only added if defined: +# server_name_redirect: "www.example.com" # default: N/A # error_page: "" # access_log: "" # error_log: ""