Added proxy settings for apache to show live player markers from the internal webserver.

Richard Hoogstraaten 2021-03-16 23:54:56 +01:00
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/):