ganglia/ganglia-httpd.conf.d

14 lines
220 B
D
Raw Permalink Normal View History

2021-04-29 15:36:49 +08:00
#
# Ganglia monitoring system php web frontend
#
Alias /ganglia /usr/share/ganglia
<Location /ganglia>
Order deny,allow
Deny from all
Allow from 127.0.0.1
Allow from ::1
# Allow from .example.com
</Location>