summaryrefslogtreecommitdiffstats
path: root/config/awx-munin.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/awx-munin.conf')
-rw-r--r--config/awx-munin.conf11
1 files changed, 0 insertions, 11 deletions
diff --git a/config/awx-munin.conf b/config/awx-munin.conf
deleted file mode 100644
index ca4f4c39ad..0000000000
--- a/config/awx-munin.conf
+++ /dev/null
@@ -1,11 +0,0 @@
-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>