mirror of
https://github.com/fosrl/docs.git
synced 2025-05-12 21:30:43 +01:00
add additional_middlewares
This commit is contained in:
parent
613ba8da4f
commit
3a51f9b25a
1 changed files with 3 additions and 0 deletions
|
@ -88,6 +88,9 @@ Pangolin is configured using a `config.yml` file. The file is expected to be mou
|
|||
- `prefer_wildcard_cert`: boolean
|
||||
- Whether to prefer a wildcard certificate when generating certificates. This is useful if you want to use a wildcard certificate for the base domain and all subdomains.
|
||||
- Before setting this to `true`, please see the docs for setting up wildcard certificates with Let's Encrypt, <a href="/Pangolin/wildcard-certs">here</a>.
|
||||
- `additional_middlewares`: array of strings (optional)
|
||||
- Example: `["middleware1", "middleware2"]`
|
||||
- Additional middlewares to apply to the resource router generated at runtime. These must be defined in another Traefik configuration provider like the dynamic file provider.
|
||||
|
||||
### `gerbil`
|
||||
- `start_port`: int
|
||||
|
|
Loading…
Reference in a new issue