aboutsummaryrefslogtreecommitdiffstats
path: root/main/nginx
diff options
context:
space:
mode:
authorBrandon Davidson <brad@oatmail.org>2016-12-21 14:20:36 -0800
committerTimo Teräs <timo.teras@iki.fi>2016-12-27 11:48:08 +0200
commitd67ac9a749be3d1e927f8b8edbe166d385629d52 (patch)
tree56da94a5e9844bbe3eff951723092b17988ee3ce /main/nginx
parent02e2d0d6ed6999c6fc63eedf7e52ec4f7e13c208 (diff)
downloadaports-d67ac9a749be3d1e927f8b8edbe166d385629d52.tar.bz2
aports-d67ac9a749be3d1e927f8b8edbe166d385629d52.tar.xz
main/nginx: enable http_realip_module
fixes #5712 needed to properly track original client IP through multiple layers of proxies/load-balancers.
Diffstat (limited to 'main/nginx')
-rw-r--r--main/nginx/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD
index 627910a331..f006da271c 100644
--- a/main/nginx/APKBUILD
+++ b/main/nginx/APKBUILD
@@ -5,7 +5,7 @@
pkgname=nginx
pkgver=1.10.2
-pkgrel=0
+pkgrel=1
pkgdesc="HTTP and reverse proxy server"
url="http://www.nginx.org/en"
arch="all"
@@ -143,6 +143,7 @@ build() {
--with-http_slice_module \
--with-http_stub_status_module \
--with-http_perl_module=dynamic \
+ --with-http_realip_module \
--with-mail=dynamic \
--with-mail_ssl_module \
--with-stream=dynamic \