14 lines
311 B
Plaintext
14 lines
311 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>
|
||
|
Order deny,allow
|
||
|
Deny from all
|
||
|
Allow from localhost
|
||
|
# Allow from .example.com
|
||
|
</Location>
|