# vim: set ft=apache : # Automatically redirect requests for / to /zabbix/ {% if zabbix_web_redir|bool %} RedirectMatch 301 ^/$ /zabbix/ {% endif %}