The pattern "(.*)?" means "match anything including the nothing, or nothing": the question mark is redundant. This is likely to be a mispelling for "(/.*)?", which means "match a slash and anthing, or nothing", or for ".*", or for other patterns. Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org> |
||
---|---|---|
.. | ||
admin | ||
apps | ||
kernel | ||
roles | ||
services | ||
system |