fix condition in template
This commit is contained in:
parent
8f0c7479b9
commit
637d7d4405
@ -1,7 +1,7 @@
|
|||||||
# {{ ansible_managed }}
|
# {{ ansible_managed }}
|
||||||
# default header settings
|
# default header settings
|
||||||
{% if nginx_tls_enabled and nginx_hsts_enabled %}
|
{% if nginx_tls_enabled and nginx_hsts_enabled %}
|
||||||
add_header Strict-Transport-Security{% if nginx_hsts_options %} "{{ nginx_hsts_options | join("; ") }}{% endif %};
|
add_header Strict-Transport-Security{% if nginx_hsts_options is defined %} "{{ nginx_hsts_options | join("; ") }}{% endif %};
|
||||||
{% endif %}
|
{% endif %}
|
||||||
add_header X-Frame-Options DENY;
|
add_header X-Frame-Options DENY;
|
||||||
add_header X-Content-Type-Options nosniff;
|
add_header X-Content-Type-Options nosniff;
|
||||||
|
Loading…
Reference in New Issue
Block a user