From 00fe1b6e2fd88175a5f4d73332012a5ac8d07c55 Mon Sep 17 00:00:00 2001 From: simon987 Date: Thu, 7 May 2020 20:32:04 -0400 Subject: [PATCH] typo --- ngx_http_js_challenge.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ngx_http_js_challenge.c b/ngx_http_js_challenge.c index fb07c3c..bd42f59 100644 --- a/ngx_http_js_challenge.c +++ b/ngx_http_js_challenge.c @@ -66,7 +66,7 @@ static ngx_command_t ngx_http_js_challenge_commands[] = { NULL }, { - ngx_string("js_challenge_bucket_secret"), + ngx_string("js_challenge_secret"), NGX_HTTP_LOC_CONF | NGX_HTTP_SRV_CONF | NGX_CONF_TAKE1, ngx_conf_set_str_slot, NGX_HTTP_LOC_CONF_OFFSET, @@ -74,7 +74,7 @@ static ngx_command_t ngx_http_js_challenge_commands[] = { NULL }, { - ngx_string("js_challenge_bucket_html"), + ngx_string("js_challenge_html"), NGX_HTTP_LOC_CONF | NGX_HTTP_SRV_CONF | NGX_CONF_TAKE1, ngx_conf_set_str_slot, NGX_HTTP_LOC_CONF_OFFSET, @@ -82,7 +82,7 @@ static ngx_command_t ngx_http_js_challenge_commands[] = { NULL }, { - ngx_string("js_challenge_bucket_title"), + ngx_string("js_challenge_title"), NGX_HTTP_LOC_CONF | NGX_HTTP_SRV_CONF | NGX_CONF_TAKE1, ngx_conf_set_str_slot, NGX_HTTP_LOC_CONF_OFFSET,