Initial release
This commit is contained in:
parent
58aacd071a
commit
75f529b346
5 changed files with 535 additions and 1 deletions
7
captcha.conf
Normal file
7
captcha.conf
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# /etc/nginx/snippets/captcha.conf
|
||||
# Include this inside every `server { ... }` you want to protect.
|
||||
|
||||
location = /__ts/verify {
|
||||
content_by_lua_block { require("captcha").verify() }
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue