Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guide/multisite/multisite_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ The available scopes are:
3. SiteAccess group
4. `default`

The scopes are applied in the order above. This means that `global` overrides all other scopes.
`global` overrides all other scopes.
If `global` is not defined, the configuration then tries to match a SiteAccess, and then a SiteAccess group.
Finally, if no other scope is matched, `default` is applied.

In short: if you want a match that always applies, regardless of SiteAccesses use `global`.
In short: if you want a match that always applies, regardless of SiteAccesses, use `global`.
To define a fallback, use `default`.

``` yaml
Expand Down