openstack-ansible-ops/elk_metrics_6x/roles/elastic_metricbeat/templates/apache-status.conf.j2
Kevin Carter 45df59ed7e
move the bulk to templates into the new roles
This change will help with organization throughout the stack.

Change-Id: I2ad865db534ae1d377bbdecd4b421ee0fc802536
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-08-12 22:19:19 -05:00

8 lines
136 B
Django/Jinja

Listen 127.0.1.1:80
<VirtualHost 127.0.1.1:80>
<Location "/server-status">
SetHandler server-status
</Location>
</VirtualHost>