virtual-wildcard-path
The available wildcards are:
Entries under [Denied Paths] affect RFA access to normal filesystem files. They do not affect spool, dataset, or COBOL file service operations.
Paths which do not match any of the [Allowed Paths] are denied by default, so [Denied Paths] is only required if you need to block access to some files or directories within an area that is otherwise allowed.
It is common to end a virtual path with * or possibly an expression such as *.txt to indicate it matches all or some files in the target directory. End a virtual path with **, for example **.dat to include subdirectories.
When multiple allowed and/or denied paths match, the outcome is determined by the best (closest) match. Closeness is determined by how many characters in the source path have to be matched by a wildcard. So, for example, if the paths /top/** and /top/next/** both match, the latter would take precedence, for the allow/deny result and for optional path mapping (for an allowed path).
[Allowed paths] /docs/reference/**=/opt/refdocs/public # Don't permit access to git files [Denied paths] /docs/reference/.git* /docs/reference/**/.git*