From: Dmitry Volyntsev Date: Mon, 1 Feb 2021 16:13:10 +0000 (+0000) Subject: HTTP: fixed module type introduced in c0c6539ae445. X-Git-Tag: 0.5.1~6 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=6af812ff4140b7552cef9a682171b28fc6c1c82f;p=njs.git HTTP: fixed module type introduced in c0c6539ae445. --- diff --git a/nginx/config b/nginx/config index 6389ae40..29f6dcac 100644 --- a/nginx/config +++ b/nginx/config @@ -5,7 +5,7 @@ NJS_SRCS="$ngx_addon_dir/ngx_js.c \ $ngx_addon_dir/ngx_js_fetch.c" if [ $HTTP != NO ]; then - ngx_module_type=HTTP_FILTER + ngx_module_type=HTTP_AUX_FILTER ngx_module_name=ngx_http_js_module ngx_module_incs="$ngx_addon_dir/../src $ngx_addon_dir/../build" ngx_module_deps="$ngx_addon_dir/../build/libnjs.a $NJS_DEPS"