From 8ce6703b7477afce54ec20a51e18ab57bdcb0205 Mon Sep 17 00:00:00 2001 From: jo Date: Wed, 16 Feb 2022 13:48:21 +0100 Subject: [PATCH] docs: update reverse-proxy example variables --- docs/getting-started/reverse-proxy.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/getting-started/reverse-proxy.md b/docs/getting-started/reverse-proxy.md index 580ff566b..fe0c9247b 100644 --- a/docs/getting-started/reverse-proxy.md +++ b/docs/getting-started/reverse-proxy.md @@ -35,11 +35,11 @@ Here, these will be `libretime.example.com` and `icecast.example.com`. You will also require two VMs, servers or containers. Alternatively the reverse proxy can be located on the server, proxying connections to containers also on the host. Setting up a containerization environment is beyond the scope of this guide. It assumes that you have -Nginx set up on `proxy` and LibreTime will be installed on `libretime`. You will need root -access on both. `libretime` also needs to be able to be accessed from `proxy` -(`ping libretime` on `proxy`). +Nginx set up on `localhost` and LibreTime will be installed on `192.168.1.10`. You will need root +access on both. `192.168.1.10` also needs to be able to be accessed from `localhost` +(`ping 192.168.1.10` on `localhost`). -On `libretime`, install LibreTime as described in the [install guide](/docs/getting-started/install). Once it has installed, replace `localhost` in +On `192.168.1.10`, install LibreTime as described in the [install guide](/docs/getting-started/install). Once it has installed, replace `localhost` in `/etc/icecast2/icecast.xml` with the following: ```xml @@ -49,7 +49,7 @@ On `libretime`, install LibreTime as described in the [install guide](/docs/gett This is the hostname that people listening to your stream will connect to and what LibreTime will use to stream out to them. You will then need to restart Icecast using `sudo systemctl restart icecast2`. -On `proxy`, run the following: +On `localhost`, run the following: ```bash cat << EOF | sudo tee /etc/nginx/sites-available/libretime.conf