openqa/server: *REALLY* fix the Apache status thing
OK, this version actually seems to work.
This commit is contained in:
parent
db1150c824
commit
e9ba26289a
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,10 @@
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
ServerName {{ external_hostname|default(ansible_nodename) }}
|
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
|
Include conf.d/openqa-common.inc
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue