We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f1556 commit 0267b18Copy full SHA for 0267b18
config
@@ -1,7 +1,8 @@
1
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"
+
+ngx_module_type=HTTP
+ngx_module_name=ngx_http_websocket_stat_module
+ngx_module_srcs="$ngx_addon_dir/ngx_http_websocket_stat_module.c \
+ $ngx_addon_dir/ngx_http_websocket_stat_format.c \
+ $ngx_addon_dir/ngx_http_websocket_stat_frame_counter.c"
8
+. auto/module
0 commit comments