summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2023-08-20 21:19:25 +0000
committerGitHub Workflow <workflow@github.com>2023-08-20 21:19:25 +0000
commitf9ae675c1ac2aed735435e84dd1794eb28890103 (patch)
treed509b4c9accf5c81f51ea50ef4bf20e137d979ac
parent04e4138db58a1bfaccf3340c2df3d46df04beb08 (diff)
Runs update.sh
-rw-r--r--27/apache/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/27/apache/Dockerfile b/27/apache/Dockerfile
index 85cc32a3..8673e77d 100644
--- a/27/apache/Dockerfile
+++ b/27/apache/Dockerfile
@@ -125,9 +125,9 @@ VOLUME /var/www/html
RUN a2enmod headers rewrite remoteip ;\
{\
echo RemoteIPHeader X-Real-IP ;\
- echo RemoteIPTrustedProxy 10.0.0.0/8 ;\
- echo RemoteIPTrustedProxy 172.16.0.0/12 ;\
- echo RemoteIPTrustedProxy 192.168.0.0/16 ;\
+ echo RemoteIPInternalProxy 10.0.0.0/8 ;\
+ echo RemoteIPInternalProxy 172.16.0.0/12 ;\
+ echo RemoteIPInternalProxy 192.168.0.0/16 ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip