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

10 lines
240 B
Text
Raw Normal View History

2022-10-11 09:19:07 +02:00
{#
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 %}