Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I66482d79734758f45c99f67d34273a5524a213b0
libnuma1 \
libnuma-dev \
libpcap-dev \
+ libpcre2-dev \
libpixman-1-dev \
libsctp-dev \
libssl-dev \
param+="--with-pcre "
# Enable ngx_http_realip_module.
param+="--with-http_realip_module "
- # Disable http_rewrite_module
- param+="--without-http_rewrite_module "
params=(${param})
./configure "${params[@]}" || die "Failed to configure NGINX!"
make -j 16;make install || die "Failed to compile NGINX!"