Skip to content

Commit

Permalink
Fixing Openresty Appsec Title (#527)
Browse files Browse the repository at this point in the history
* Fixing Title

* Found another one!
  • Loading branch information
WhyAydan authored Jan 27, 2024
1 parent 45d25ee commit 9be9ab3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crowdsec-docs/unversioned/bouncers/openresty.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ To setup the Application Security Component you first need to install it in your
On the remediation component side, you just need to configure the following option in the remediation component file:
```bash title="/etc/crowdsec/bouncers/crowdsec-nginx-bouncer.conf"
```bash title="/etc/crowdsec/bouncers/crowdsec-openresty-bouncer.conf"
# Mandatory
APPSEC_URL=http://127.0.0.1:7422
# URL of the AppSec Component
Expand All @@ -239,15 +239,15 @@ SSL_VERIFY=true # default
### Setup captcha
> Currently, we have support for 3 providers: recaptcha, hcaptcha or turnstile
If you want to use captcha with your Nginx Bouncer, you must provide a Site key and Secret key in your bouncer configuration. If you wish to use any other provider than recaptcha you must also provide a Captcha provider.
If you want to use captcha with your OpenResty Bouncer, you must provide a Site key and Secret key in your bouncer configuration. If you wish to use any other provider than recaptcha you must also provide a Captcha provider.
([recaptcha documentation](https://developers.google.com/recaptcha/intro)).
([tunstile documentation](https://developers.cloudflare.com/turnstile/)).
([hcaptcha documentation](https://docs.hcaptcha.com/))
Edit `etc/crowdsec/bouncers/crowdsec-nginx-bouncer.conf` and configure the following options:
Edit `etc/crowdsec/bouncers/crowdsec-openresty-bouncer.conf` and configure the following options:
```bash
CAPTCHA_PROVDER=
Expand Down

0 comments on commit 9be9ab3

Please sign in to comment.