From 8a9601925787f47d96b62c47fcc9dbadebed99c6 Mon Sep 17 00:00:00 2001 From: Elara Date: Sun, 4 Aug 2024 22:28:27 +0000 Subject: [PATCH] Update Configuration --- Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index 505e7de..e20d9e4 100644 --- a/Configuration.md +++ b/Configuration.md @@ -27,7 +27,7 @@ The `route` block represents a virtual host configuration. - `backend` (string): The backend to use for the route (e.g., `docker`, `serial`). - `match` (string): The regular expression to match for routing. The first capture group in the regular expression will be passed to the backend as the argument. If there's a named capture group with the name `arg`, that will be used as the argument instead. If there are no capture groups, the whole routing path will be used as the argument. - `settings` (object): Additional settings for the backend. These are different for each backend. -- `permissions` (optional, object): Permissions map for the route. If this is missing, all users will be allowed to access all resources. +- `permissions` (optional, object): Permissions map for the route. If this is missing, all users will be allowed to access all resources. See more information on the [Permissions](Permissions) page. ### Example ```hcl