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