mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Merging IIS and nginx code into M2 trunk.
This commit is contained in:
6
nginx/modsecurity/config
Normal file
6
nginx/modsecurity/config
Normal file
@@ -0,0 +1,6 @@
|
||||
ngx_addon_name=ngx_http_modsecurity_module
|
||||
HTTP_MODULES="$HTTP_MODULES ngx_http_modsecurity_module"
|
||||
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_modsecurity_module.c"
|
||||
NGX_ADDON_DEPS="$NGX_ADDON_DEPS"
|
||||
CORE_LIBS="$CORE_LIBS $ngx_addon_dir/../../standalone/.libs/standalone.a -lapr-1 -laprutil-1 -lxml2 -lm"
|
||||
CORE_INCS="$CORE_INCS /usr/include/apache2 /usr/include/apr-1.0 $ngx_addon_dir/../../standalone $ngx_addon_dir/../../apache2 /usr/include/libxml2"
|
Reference in New Issue
Block a user