Merge pull request #2828 from joaogalaghar/patch-1

typo
This commit is contained in:
Daniel Preussker
2016-01-21 11:42:44 +00:00

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",
"^/([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`