aboutsummaryrefslogtreecommitdiff
path: root/nginx/ngx_http_js_module.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2017-06-27 11:17:54 +0300
committerIgor Sysoev <igor@sysoev.ru>2017-06-27 11:17:54 +0300
commit9ebb29a9f8e7825a6f801d556d49b5ff60e4d276 (patch)
treec0dca115889fd5649360305cd6bda87b5b6b627a /nginx/ngx_http_js_module.c
parent174284c853fe4182780230c956c0b282a306302b (diff)
downloadnjs-9ebb29a9f8e7825a6f801d556d49b5ff60e4d276.tar.gz
njs-9ebb29a9f8e7825a6f801d556d49b5ff60e4d276.zip
Style fixes and small miscellaneous changes.
Diffstat (limited to 'nginx/ngx_http_js_module.c')
-rw-r--r--nginx/ngx_http_js_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/ngx_http_js_module.c b/nginx/ngx_http_js_module.c
index 668b7192..306c5f3b 100644
--- a/nginx/ngx_http_js_module.c
+++ b/nginx/ngx_http_js_module.c
@@ -139,7 +139,7 @@ static ngx_command_t ngx_http_js_commands[] = {
{ ngx_string("js_set"),
NGX_HTTP_MAIN_CONF|NGX_CONF_TAKE2,
ngx_http_js_set,
- NGX_HTTP_LOC_CONF_OFFSET,
+ 0,
0,
NULL },