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) %}