From a514e254a251ab2feb9edce7c2b2f6c74e2e0a80 Mon Sep 17 00:00:00 2001 From: Piotr Synowiec Date: Sat, 20 May 2017 19:52:19 +0200 Subject: [PATCH] Apache reverse proxy configuration - ip address update --- SERVER.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SERVER.md b/SERVER.md index eaedd37cf..eee009b8e 100644 --- a/SERVER.md +++ b/SERVER.md @@ -83,8 +83,8 @@ Apache virtual server configuration ProxyRequests Off ProxyPreserveHost On AllowEncodedSlashes NoDecode - ProxyPass / http://localhost:4873/ nocanon - ProxyPassReverse / http://localhost:4873/ + ProxyPass / http://127.0.0.1:4873/ nocanon + ProxyPassReverse / http://127.0.0.1:4873/ ``` \ No newline at end of file