1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
shylinux@163.com 2022-09-11 19:18:35 +08:00
parent 651188fdf3
commit cf0c15bc3a
3 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,3 @@
~web.code.nginx
server module name demo
~cli
daemon import

View File

@ -1,4 +1,4 @@
ngx_addon_name=ngx_http_demo_module
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/${ngx_addon_name}.c"
HTTP_MODULES="$HTTP_MODULES $ngx_addon_name"
HTTP_MODULES="$HTTP_MODULES ${ngx_addon_name}"

View File

@ -1,3 +1,4 @@
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>