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