mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-25 12:05:13 +01:00
Added proxy settings for apache to show live player markers from the internal webserver.
parent
bca9e015ff
commit
94a54965d6
@ -65,8 +65,13 @@ DocumentRoot /var/www/
|
||||
</FilesMatch>
|
||||
|
||||
</Directory>
|
||||
|
||||
# Proxy requests to the live data interface to bluemaps integrated webserver
|
||||
ProxyPreserveHost On
|
||||
ProxyPass /live/ http://127.0.0.1:8100/
|
||||
ProxyPassReverse /live/ http://127.0.0.1:8100/
|
||||
```
|
||||
*(this needs the HEADERS and REWRITE mods for Apache enabled, and the reverse proxy for live data is missing)*
|
||||
*(this needs the HEADERS, REWRITE and all PROXY_* mods for Apache to be enabled)*
|
||||
|
||||
## Caddy
|
||||
Here is a solution from [@mbround18](https://github.com/mbround18) if you are using [Caddy](https://caddyserver.com/):
|
||||
|
Loading…
Reference in New Issue
Block a user