From adcba6b7511109e0b5431c7081271862835b2212 Mon Sep 17 00:00:00 2001 From: szaimen Date: Tue, 26 Jul 2022 19:56:36 +0200 Subject: [PATCH] make clear when apache_ip_binding needs to be set Signed-off-by: szaimen --- reverse-proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reverse-proxy.md b/reverse-proxy.md index 36bdec2a..26eee6c1 100644 --- a/reverse-proxy.md +++ b/reverse-proxy.md @@ -331,7 +331,7 @@ After using the above command, you should be able to access the AIO Interface vi ## 3. If the reverse proxy is installed on the same host, you should configure the apache container to only listen on localhost. -Use this envorinmental variable during the initial startup of the mastercontainer to make the apache container only listen on localhost: `-e APACHE_IP_BINDING=127.0.0.1` +Use this envorinmental variable during the initial startup of the mastercontainer to make the apache container only listen on localhost: `-e APACHE_IP_BINDING=127.0.0.1`. **Attention:** This is only recommended to be set if you use `localhost` in your reverse proxy config to connect to your AIO instance. If you use an ip-address, you can either simply skip this step or set it to `0.0.0.0` if you are unsure what the correct value is. ## 4. Optional: get a valid certificate for the AIO interface