File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
crowdsec-docs/unversioned/bouncers Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -645,6 +645,14 @@ The timeout to process the request from the Remediation Component to the AppSec
645645# ## Nginx variables
646646
647647Nginx variables can be used to adapt behaviour and or more flexible configurations:
648- * ngx.var.cs_disable_bouncer: set to 1, it will disable the bouncer
649- * ngx.var.enable_appsec: set to 1, it will enable the appsec even if it' s disabled by configuration or if bouncer is disabled
650- * ngx.var.disable_appsec: set to 1, it will disable the appsec
648+ * ` ngx.var.crowdsec_disable_bouncer` : set to 1, it will disable the bouncer
649+ * ` ngx.var.crowdsec_enable_bouncer` : set to 1, it will disable the bouncer
650+ * ` ngx.var.crowdsec_enable_appsec` : set to 1, it will enable the appsec even if it' s disabled by configuration or if bouncer is disabled
651+ * `ngx.var.crowdsec_disable_appsec`: set to 1, it will disable the appsec
652+ * `ngx.var.crowdsec_always_send_to_appsec`: set 1, it will always send the request to appsec, even if a decision already exist for the ip requesting
653+
654+ If both `ngx.var.crowdsec_disable_bouncer` and
655+ `ngx.var.crowdsec_enable_bouncer`, or both `ngx.var.crowdsec_disable_appsec` and
656+ `ngx.var.crowdsec_enable_appsec` are set to 1, it' s the disable configuration
657+ that prevails.
658+
You can’t perform that action at this time.
0 commit comments