ansible-role-prosody-master/templates/modules/mod_strict_https.cfg.lua.j2

9 lines
240 B
Django/Jinja

{#
Prosody server template fragment for the `strict_https` module.
For details, see:
https://modules.prosody.im/mod_strict_https.html
#}
{% if cfg.hsts_header is defined %}
hsts_header = "{{ cfg.hsts_header }}"
{% endif %}