mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
nginx: adds lua support
This commit is contained in:
committed by
Felipe Zimmerle
parent
5046c8327e
commit
da16d9e5d5
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
dependencies='apr-1 apr-util-1 libxml-2.0'
|
||||
dependencies='apr-1 apr-util-1 libxml-2.0 lua5.1'
|
||||
|
||||
if [ ! -e "$ngx_addon_dir/../../standalone/.libs/standalone.a" ]
|
||||
then
|
||||
|
Reference in New Issue
Block a user