mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
Update README.md
This commit is contained in:
parent
49f16986a4
commit
3fe0a05ed6
1 changed files with 2 additions and 2 deletions
|
@ -140,11 +140,11 @@ List of regular expressions to be matched against URLs **and** URIs to ignore th
|
||||||
|
|
||||||
#### redirected_urls
|
#### redirected_urls
|
||||||
|
|
||||||
Array of URLs and/or URIs to redirect and their redirect URI/URL (**example**: `{ "/", "example.org/subpath" }`)
|
Array of URLs and/or URIs to redirect and their redirect URI/URL (**example**: `{ "/": "example.org/subpath" }`)
|
||||||
|
|
||||||
#### redirected_regex
|
#### redirected_regex
|
||||||
|
|
||||||
Array of regular expressions to be matched against URLS **and** URIs and their redirect URI/URL (**example**: `{ "example.org/megusta$", "example.org/subpath" }`)
|
Array of regular expressions to be matched against URLS **and** URIs and their redirect URI/URL (**example**: `{ "example.org/megusta$": "example.org/subpath" }`)
|
||||||
|
|
||||||
#### users
|
#### users
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue