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

10 lines
228 B
Text
Raw Permalink Normal View History

2022-10-11 09:19:07 +02:00
{#
Prosody server template fragment for the `http_favicon` module.
For details, see:
https://modules.prosody.im/mod_http_favicon.html
#}
{% if cfg.favicon is defined %}
favicon = "{{ cfg.favicon }}"
{% endif %}