mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
typo
This commit is contained in:
@@ -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`
|
||||
|
Reference in New Issue
Block a user