diff --git a/roles/openqa/server/templates/openqa.conf.httpd.j2 b/roles/openqa/server/templates/openqa.conf.httpd.j2 index dd8d9e6195..7557a2c446 100644 --- a/roles/openqa/server/templates/openqa.conf.httpd.j2 +++ b/roles/openqa/server/templates/openqa.conf.httpd.j2 @@ -1,4 +1,10 @@ ServerName {{ external_hostname|default(ansible_nodename) }} +{% if deployment_type is defined %} + + SetHandler server-status + + ProxyPass /apache-status ! +{% endif %} Include conf.d/openqa-common.inc