changed azure labels and added them into inventory groups modal window

This commit is contained in:
Jared Tabor
2014-07-28 17:06:30 -04:00
parent 0f5263c027
commit 504b810418
6 changed files with 67 additions and 6 deletions

17
config/awx-munin.conf Normal file
View File

@@ -0,0 +1,17 @@
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>