From 486608353996c07bb48471bea0d5aa158d5efc10 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 13 Sep 2016 14:51:49 +0300 Subject: [PATCH] roles/nginx: Update comment for option variables --- roles/nginx/templates/vhost.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nginx/templates/vhost.conf.j2 b/roles/nginx/templates/vhost.conf.j2 index 6eb0902..513822d 100644 --- a/roles/nginx/templates/vhost.conf.j2 +++ b/roles/nginx/templates/vhost.conf.j2 @@ -3,7 +3,7 @@ {# helper variables and per-site defaults that we can't set in role defaults #} {% set domain_name = item.domain_name %} {% set domain_aliases = item.domain_aliases | default("") %} -{# assume HSTS is off unless a vhost explicitly sets it to True #} +{# assume optional features are off unless a vhost explicitly sets them #} {% set enable_hsts = item.enable_hsts | default(False) %} {% set has_wordpress = item.has_wordpress | default(False) %}