OBS-URL: https://build.opensuse.org/package/show/network:cluster/ganglia-web?expand=0&rev=5
11 lines
202 B
Makefile
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>
|