mirror of
https://github.com/fosrl/docs.git
synced 2025-05-12 13:20:43 +01:00
fix captcha example name formatting
This commit is contained in:
parent
ed0f469aff
commit
4fcd2481cd
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ To use a custom captcha page, follow these steps:
|
||||||
wget https://raw.githubusercontent.com/maxlerebourg/crowdsec-bouncer-traefik-plugin/refs/heads/main/captcha.html
|
wget https://raw.githubusercontent.com/maxlerebourg/crowdsec-bouncer-traefik-plugin/refs/heads/main/captcha.html
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Update the `/config/traefik/dynamic_config.yml` file with the following configuration, replacing `<SERVICE>` with your captcha provider (e.g. hCaptcha, reCaptcha, Turnstile), and `<KEY>` with the appropriate site and secret keys:
|
2. Update the `/config/traefik/dynamic_config.yml` file with the following configuration, replacing `<SERVICE>` with your captcha provider (MUST BE either `hcaptcha`, `recaptcha`, or `turnstile`), and `<KEY>` with the appropriate site and secret keys:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
http:
|
http:
|
||||||
|
|
Loading…
Reference in a new issue