parent
21fd616f8c
commit
86c4577127
|
@ -64,6 +64,13 @@ A rule can define multiple regular expressions for matching the path of the reso
|
|||
similar to the list of domains. If any one of them matches, the resource criteria of
|
||||
the rule matches.
|
||||
|
||||
Note that regular expressions can be used to match a given path. However, they do not match
|
||||
the query parameters in the URL, only the path.
|
||||
|
||||
You might also face some escaping issues preventing Authelia to start. Please make sure that
|
||||
when you are using regular expressions, you enclose them between quotes. It's optional but
|
||||
it will likely save you a lot of debugging time.
|
||||
|
||||
|
||||
## Subjects
|
||||
|
||||
|
|
Loading…
Reference in New Issue