summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorLeigh Johnson <ljohnson@ansible.com>2016-03-11 21:33:16 +0100
committerLeigh Johnson <ljohnson@ansible.com>2016-03-11 21:33:16 +0100
commitff1c41e8dcbe243c92e9014b591fbe155c5c3e7f (patch)
treeff47a9630ef669d39a0a05beb5256d0c9a54d47c /config
parentrefactor delete-job-template.service-test, integrate jobTemplate.copy, resolv... (diff)
downloadawx-ff1c41e8dcbe243c92e9014b591fbe155c5c3e7f.tar.xz
awx-ff1c41e8dcbe243c92e9014b591fbe155c5c3e7f.zip
revert unintended change to awx-munin.conf
Diffstat (limited to 'config')
-rw-r--r--config/awx-munin.conf13
1 files changed, 9 insertions, 4 deletions
diff --git a/config/awx-munin.conf b/config/awx-munin.conf
index 833a6f36bf..5cfffe573e 100644
--- a/config/awx-munin.conf
+++ b/config/awx-munin.conf
@@ -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
-</Directory>
-ScriptAlias /munin-cgi/munin-cgi-graph /var/www/cgi-bin/munin-cgi-graph \ No newline at end of file
+ <IfModule mod_expires.c>
+ ExpiresActive On
+ ExpiresDefault M310
+ </IfModule>
+</Directory> \ No newline at end of file