diff options
author | John Mitchell <jlmitch5@ncsu.edu> | 2015-05-22 03:57:53 +0200 |
---|---|---|
committer | John Mitchell <jlmitch5@ncsu.edu> | 2015-05-29 15:53:39 +0200 |
commit | 12af62f671af7660e97000161254c4d0d51e77da (patch) | |
tree | 3df098315065b77654145e5a6c9ecfe818b4be67 /config | |
parent | Merge pull request #249 from phips/install_patch_for_proxy (diff) | |
download | awx-12af62f671af7660e97000161254c4d0d51e77da.tar.xz awx-12af62f671af7660e97000161254c4d0d51e77da.zip |
Dashboard refresh
Diffstat (limited to 'config')
-rw-r--r-- | config/awx-munin.conf | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/config/awx-munin.conf b/config/awx-munin.conf index 833a6f36bf..90c479f77a 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 + <IfModule mod_expires.c> + ExpiresActive On + ExpiresDefault M310 + </IfModule> </Directory> -ScriptAlias /munin-cgi/munin-cgi-graph /var/www/cgi-bin/munin-cgi-graph
\ No newline at end of file |