Updated munin::server for Munin 2.0

This commit is contained in:
Ossi Salmi 2012-08-27 21:35:32 +03:00
parent 2390603711
commit 51ed3c152c
5 changed files with 66 additions and 23 deletions

View file

@ -0,0 +1,4 @@
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/munin/cgi
RewriteCond %{REQUEST_URI} !^/munin/static
RewriteRule ^(.*)$ cgi/munin-cgi-html/$1 [QSA,PT,L]