From 7c226a03352ec9a6600e178233f3689ed11acd35 Mon Sep 17 00:00:00 2001 From: Diego Abelenda Date: Mon, 4 Dec 2017 12:50:48 +0100 Subject: [PATCH] Fix the remote client IP. Without this, it is impossible to use "Require ip" apache restriction. And logging is not correct. --- build/httpd/docker-entrypoint.sh | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/build/httpd/docker-entrypoint.sh b/build/httpd/docker-entrypoint.sh index 4ad0d715c..d8550b963 100644 --- a/build/httpd/docker-entrypoint.sh +++ b/build/httpd/docker-entrypoint.sh @@ -5,13 +5,13 @@ set -e cat > /etc/apache2/conf-available/dyn-vhost.conf <