mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 08:37:48 -02:30
Full packaging and playbook setup for munin apache directory and
htpassword configuration
This commit is contained in:
@@ -2,4 +2,10 @@ Alias /munin /var/www/html/munin/
|
||||
<Directory /var/www/html/munin/>
|
||||
Order Allow,Deny
|
||||
Allow from all
|
||||
|
||||
AuthUserFile /var/lib/awx/.munin_htpasswd
|
||||
AuthName "Munin"
|
||||
AuthType Basic
|
||||
require valid-user
|
||||
|
||||
</Directory>
|
||||
|
||||
Reference in New Issue
Block a user