mirror of
https://github.com/simon987/ngx_http_js_challenge_module.git
synced 2025-12-14 07:09:05 +00:00
Initial commit (hello world)
This commit is contained in:
11
config
Normal file
11
config
Normal file
@@ -0,0 +1,11 @@
|
||||
ngx_addon_name=ngx_http_hello_world_module
|
||||
|
||||
if test -n "$ngx_module_link"; then
|
||||
ngx_module_type=HTTP
|
||||
ngx_module_name=ngx_http_hello_world_module
|
||||
ngx_module_srcs="$ngx_addon_dir/library.c"
|
||||
. auto/module
|
||||
else
|
||||
HTTP_MODULES="$HTTP_MODULES ngx_http_hello_world_module"
|
||||
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/library.c"
|
||||
fi
|
||||
Reference in New Issue
Block a user