diff --git a/Directly-hosting-BlueMap-with-external-webservers.md b/Directly-hosting-BlueMap-with-external-webservers.md index 547fa8b..306182c 100644 --- a/Directly-hosting-BlueMap-with-external-webservers.md +++ b/Directly-hosting-BlueMap-with-external-webservers.md @@ -35,7 +35,7 @@ server { # Proxy requests to the live data interface to bluemaps integrated webserver location /live/ { - proxy_pass http://localhost:8100; + proxy_pass http://127.0.0.1:8100; } } ```