aboutsummaryrefslogtreecommitdiff
path: root/ngx_mod_template/config
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-05-13 12:55:06 +0300
committerheqnx <root@heqnx.com>2025-05-13 12:55:06 +0300
commit0b6bb442660ffe1f7126526c7784782e4240017b (patch)
treea4f04beb46f49c036b9acde87659db40b5b67288 /ngx_mod_template/config
parent4b0ce0d6102b136e569930a8d2b7a7a35a9e0ecf (diff)
downloadnginx-mod-backdoor-main.tar.gz
nginx-mod-backdoor-main.zip
added code for ngx backdoor moduleHEADmain
Diffstat (limited to 'ngx_mod_template/config')
-rw-r--r--ngx_mod_template/config5
1 files changed, 5 insertions, 0 deletions
diff --git a/ngx_mod_template/config b/ngx_mod_template/config
new file mode 100644
index 0000000..7c34704
--- /dev/null
+++ b/ngx_mod_template/config
@@ -0,0 +1,5 @@
+ngx_module_type=HTTP
+ngx_module_name=__MODULENAME__
+ngx_module_srcs="$ngx_addon_dir/__MODULENAME__.c"
+
+. auto/module