From 99d72cc005733369af0e04028d1eda0c49b61089 Mon Sep 17 00:00:00 2001 From: pawurb Date: Sun, 9 Feb 2020 11:26:04 +0100 Subject: [PATCH] Add real ip and proxy module --- bin/compile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/compile b/bin/compile index ce1c908..1400e17 100755 --- a/bin/compile +++ b/bin/compile @@ -101,7 +101,6 @@ if [[ ! -f "${CACHE_DIR}/bin/nginx" ]]; then --without-http_map_module \ --without-http_split_clients_module \ --without-http_referer_module \ - --without-http_proxy_module \ --without-http_fastcgi_module \ --without-http_uwsgi_module \ --without-http_scgi_module \ @@ -113,7 +112,8 @@ if [[ ! -f "${CACHE_DIR}/bin/nginx" ]]; then --without-http_upstream_keepalive_module \ --without-mail_pop3_module \ --without-mail_imap_module \ - --without-mail_smtp_module + --without-mail_smtp_module \ + --with-http_realip_module sed -i "/CFLAGS/s/ \-O //g" objs/Makefile