view kibana.conf @ 35:d5349a22907e default tip

fix license tags in spec files to be fedora compatible
author Carl Byington <carl@five-ten-sg.com>
date Wed, 25 Sep 2013 21:00:11 -0700
parents 0faebb0b0fa4
children
line wrap: on
line source

#
# This configuration file maps the kibana source tree
# into the URL space.  By default these results are only accessible
# from the local host.
#
Alias /kibana /var/www/kibana

<Location /kibana>
    Order deny,allow
    Deny from all
    Allow from 127.0.0.1
    Allow from ::1
    # Allow from .example.com
</Location>