Initial commit (hello world)

This commit is contained in:
2020-03-01 10:58:25 -05:00
commit f7006a18ea
6 changed files with 181 additions and 0 deletions

11
config Normal file
View 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