Updated Directly hosting BlueMap with external webservers (markdown)

Lukas Rieger 2021-02-07 13:25:06 +01:00
parent c8399f2f95
commit 2652d59615

@ -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;
}
}
```