WIP: request and connection machine
Just need a simple request logging phase to wrap this up Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
parent
19fafc6a8c
commit
0e2621a7d2
12 changed files with 456 additions and 4254 deletions
16
config
16
config
|
|
@ -1,5 +1,15 @@
|
|||
ngx_module_name=muninn
|
||||
ngx_module_srcs="$ngx_addon_dir/muninn.c"
|
||||
ngx_module_link=YES
|
||||
ngx_module_type=CORE
|
||||
ngx_module_name=ngx_muninn_core_module
|
||||
ngx_module_srcs="$ngx_addon_dir/muninn_core.c"
|
||||
ngx_module_link=ADDON
|
||||
|
||||
. auto/module
|
||||
|
||||
ngx_module_type=CORE
|
||||
ngx_module_name=ngx_muninn_daemon_module
|
||||
ngx_module_srcs="$ngx_addon_dir/muninn_daemon.c"
|
||||
ngx_module_link=ADDON
|
||||
|
||||
. auto/module
|
||||
|
||||
ngx_addon_name="muninn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue