ganglia-web/ganglia-httpd24.conf.d

11 lines
202 B
Makefile

#
# Ganglia monitoring system php web frontend
#
# Make sure to enable php7 via "a2enmod php7"
Alias /ganglia WEBPATH
<Location /ganglia>
Require all granted
# Require host example.org
</Location>