52c2702587
This change ensures we are not creating a port conflict for apache/nginx when status is enabled. This change also ensures dashboards are created correctly resolving an issue with index-patterns containing a regex. Change-Id: I8228fc9832d02518d2db843c96abf6dffc63bdfc Signed-off-by: Kevin Carter <kevin@cloudnull.com>
8 lines
142 B
Django/Jinja
8 lines
142 B
Django/Jinja
Listen 127.0.1.1:18181
|
|
|
|
<VirtualHost 127.0.1.1:18181>
|
|
<Location "/server-status">
|
|
SetHandler server-status
|
|
</Location>
|
|
</VirtualHost>
|