diff --git a/roles/icinga-monitor/templates/http.j2 b/roles/icinga-monitor/templates/http.j2 index bba8d5c..bddcf91 100644 --- a/roles/icinga-monitor/templates/http.j2 +++ b/roles/icinga-monitor/templates/http.j2 @@ -1,5 +1,6 @@ vars.http_vhosts["{{ vhost }}"] = { + http_onredirect = "follow" http_sni = "true" http_ssl = "true" http_vhost = "{{ vhost }}"