openqa/server: *REALLY* fix the Apache status thing

OK, this version actually seems to work.
This commit is contained in:
Adam Williamson 2017-03-14 13:10:27 -07:00
parent db1150c824
commit e9ba26289a

View file

@ -1,4 +1,10 @@
<VirtualHost *:80>
ServerName {{ external_hostname|default(ansible_nodename) }}
{% if deployment_type is defined %}
<Location /apache-status>
SetHandler server-status
</Location>
ProxyPass /apache-status !
{% endif %}
Include conf.d/openqa-common.inc
</VirtualHost>