SearxNG-Captcha/captcha.conf
2026-06-12 08:19:31 +00:00

7 lines
188 B
Text

# /etc/nginx/snippets/captcha.conf
# Include this inside every `server { ... }` you want to protect.
location = /__ts/verify {
content_by_lua_block { require("captcha").verify() }
}