mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-25 12:05:13 +01:00
Updated Directly hosting BlueMap with external webservers (markdown)
parent
c8399f2f95
commit
2652d59615
@ -35,7 +35,7 @@ server {
|
|||||||
|
|
||||||
# Proxy requests to the live data interface to bluemaps integrated webserver
|
# Proxy requests to the live data interface to bluemaps integrated webserver
|
||||||
location /live/ {
|
location /live/ {
|
||||||
proxy_pass http://localhost:8100;
|
proxy_pass http://127.0.0.1:8100;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user