Skip to content

Commit 0267b18

Browse files
authored
1 parent f1f1556 commit 0267b18

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

config

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
ngx_addon_name=ngx_http_websocket_stat_module
2-
HTTP_MODULES="$HTTP_MODULES ngx_http_websocket_stat_module"
3-
HTTP_AUX_FILTER_MODULES="$HTTP_AUX_FILTER_MODULES ngx_http_websocket_stat_module"
4-
NGX_ADDON_SRCS="$NGX_ADDON_SRCS \
5-
$ngx_addon_dir/ngx_http_websocket_stat_module.c \
6-
$ngx_addon_dir/ngx_http_websocket_stat_format.c \
7-
$ngx_addon_dir/ngx_http_websocket_stat_frame_counter.c"
2+
3+
ngx_module_type=HTTP
4+
ngx_module_name=ngx_http_websocket_stat_module
5+
ngx_module_srcs="$ngx_addon_dir/ngx_http_websocket_stat_module.c \
6+
$ngx_addon_dir/ngx_http_websocket_stat_format.c \
7+
$ngx_addon_dir/ngx_http_websocket_stat_frame_counter.c"
8+
. auto/module

0 commit comments

Comments
 (0)