1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00

revert unintended change to awx-munin.conf

This commit is contained in:
Leigh Johnson 2016-03-11 15:33:16 -05:00
parent e34aebcd93
commit ff1c41e8dc

View File

@ -1,12 +1,17 @@
Alias /munin /var/www/html/munin/
<Directory /var/www/html/munin/>
Alias /munin /var/cache/munin/www
<Directory /var/cache/munin/www>
Order Allow,Deny
Allow from all
Options FollowSymLinks
AuthUserFile /var/lib/awx/.munin_htpasswd
AuthName "Munin"
AuthType Basic
require valid-user
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault M310
</IfModule>
</Directory>
ScriptAlias /munin-cgi/munin-cgi-graph /var/www/cgi-bin/munin-cgi-graph