Muninn/config
Ava Affine c4f7f51fe8 request and connection machine
The ability to respond to and process datagrams

Signed-off-by: Ava Affine <ava@sunnypup.io>
2026-06-18 16:42:43 +00:00

15 lines
318 B
Text

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"