mirror of
https://github.com/simon987/ngx_http_js_challenge_module.git
synced 2025-04-17 09:16:44 +00:00
typo
This commit is contained in:
parent
8f7fb98e20
commit
00fe1b6e2f
@ -66,7 +66,7 @@ static ngx_command_t ngx_http_js_challenge_commands[] = {
|
|||||||
NULL
|
NULL
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
ngx_string("js_challenge_bucket_secret"),
|
ngx_string("js_challenge_secret"),
|
||||||
NGX_HTTP_LOC_CONF | NGX_HTTP_SRV_CONF | NGX_CONF_TAKE1,
|
NGX_HTTP_LOC_CONF | NGX_HTTP_SRV_CONF | NGX_CONF_TAKE1,
|
||||||
ngx_conf_set_str_slot,
|
ngx_conf_set_str_slot,
|
||||||
NGX_HTTP_LOC_CONF_OFFSET,
|
NGX_HTTP_LOC_CONF_OFFSET,
|
||||||
@ -74,7 +74,7 @@ static ngx_command_t ngx_http_js_challenge_commands[] = {
|
|||||||
NULL
|
NULL
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
ngx_string("js_challenge_bucket_html"),
|
ngx_string("js_challenge_html"),
|
||||||
NGX_HTTP_LOC_CONF | NGX_HTTP_SRV_CONF | NGX_CONF_TAKE1,
|
NGX_HTTP_LOC_CONF | NGX_HTTP_SRV_CONF | NGX_CONF_TAKE1,
|
||||||
ngx_conf_set_str_slot,
|
ngx_conf_set_str_slot,
|
||||||
NGX_HTTP_LOC_CONF_OFFSET,
|
NGX_HTTP_LOC_CONF_OFFSET,
|
||||||
@ -82,7 +82,7 @@ static ngx_command_t ngx_http_js_challenge_commands[] = {
|
|||||||
NULL
|
NULL
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
ngx_string("js_challenge_bucket_title"),
|
ngx_string("js_challenge_title"),
|
||||||
NGX_HTTP_LOC_CONF | NGX_HTTP_SRV_CONF | NGX_CONF_TAKE1,
|
NGX_HTTP_LOC_CONF | NGX_HTTP_SRV_CONF | NGX_CONF_TAKE1,
|
||||||
ngx_conf_set_str_slot,
|
ngx_conf_set_str_slot,
|
||||||
NGX_HTTP_LOC_CONF_OFFSET,
|
NGX_HTTP_LOC_CONF_OFFSET,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user