Updated munin::server for Munin 2.0
This commit is contained in:
parent
2390603711
commit
51ed3c152c
5 changed files with 66 additions and 23 deletions
4
munin/files/munin-htaccess
Normal file
4
munin/files/munin-htaccess
Normal 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]
|
Loading…
Add table
Add a link
Reference in a new issue