This commit is contained in:
joaogalaghar
2016-01-21 11:37:21 +00:00
parent 4fc10607f6
commit 873c0e492d

View File

@@ -127,7 +127,7 @@ Next, add the following to `/etc/lighttpd/librenms.conf`
"^/([a-z|0-9\-]+)/(.+)/(.+)/(.+)/" => "/?page=$1&$2&$3&$4", "^/([a-z|0-9\-]+)/(.+)/(.+)/(.+)/" => "/?page=$1&$2&$3&$4",
"^/([a-z|0-9\-]+)/(.+)/(.+)/" => "/?page=$1&$2&$3", "^/([a-z|0-9\-]+)/(.+)/(.+)/" => "/?page=$1&$2&$3",
"^/([a-z|0-9\-]+)/(.+)/" => "/?page=$1&$2", "^/([a-z|0-9\-]+)/(.+)/" => "/?page=$1&$2",
"^/([a-z|0-9]+)/$" => "/?page=$1" "^/([a-z|0-9\-]+)/$" => "/?page=$1"
) )
Next, add the following to `/etc/lighttpd/lighttpd.conf` Next, add the following to `/etc/lighttpd/lighttpd.conf`