mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Fix to url pattern in http index
This commit is contained in:
parent
3be9acc146
commit
267c5aeb7b
1 changed files with 1 additions and 1 deletions
|
|
@ -562,7 +562,7 @@ end
|
|||
-- ##############################################
|
||||
|
||||
function getURLPathPattern()
|
||||
return "^\\/lua\\/[^\\/]+\\.lua(/?.*)?$"
|
||||
return "^\\/lua\\/(?:[^\\/]+\\/)*[^\\/]+\\.lua(/?.*)?$"
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue