6a29fef4d3
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/mrtg#7a7d6e65f26dff8d55e1c9a3cb01c6f20f639d0e
13 lines
292 B
Plaintext
13 lines
292 B
Plaintext
#
|
|
# This configuration file maps the mrtg output (generated daily)
|
|
# into the URL space. By default these results are only accessible
|
|
# from the local host.
|
|
#
|
|
Alias /mrtg /var/www/mrtg
|
|
|
|
<Location /mrtg>
|
|
Require local
|
|
# Require ip 10.1.2.3
|
|
# Require host example.org
|
|
</Location>
|