forked from x/ContextOS
opt some
This commit is contained in:
parent
651188fdf3
commit
cf0c15bc3a
@ -1,6 +1,3 @@
|
||||
~web.code.nginx
|
||||
server module name demo
|
||||
|
||||
~cli
|
||||
daemon import
|
||||
|
||||
|
@ -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}"
|
||||
|
@ -1,3 +1,4 @@
|
||||
|
||||
#include <ngx_config.h>
|
||||
#include <ngx_core.h>
|
||||
#include <ngx_http.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user