Commit 3c52dfe
authored
documentation new haproxy spoa configuration for captcha redirect (#888)
* Implement native HAProxy redirect for CAPTCHA validation
- Replace Lua-based redirect with native HAProxy 302 redirect for allow decisions
- Add performance optimization by calling Lua only for ban and captcha remediations
- Update both HAProxy configuration examples with the new approach
- Add dedicated section explaining the performance benefits
- Reduce overhead and improve scalability by minimizing Lua processing
* Remove dedicated section, keep only updated configuration examples
- Remove the standalone Native HAProxy Redirect section
- Keep the updated configuration examples with native redirects and performance optimizations1 parent aca2a0e commit 3c52dfe
1 file changed
+14
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
173 | 179 | | |
174 | 180 | | |
175 | 181 | | |
| |||
399 | 405 | | |
400 | 406 | | |
401 | 407 | | |
402 | | - | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
403 | 415 | | |
404 | 416 | | |
405 | 417 | | |
| |||
0 commit comments