From d99451214006cd0559ffc46f6cd42509a2bb88a2 Mon Sep 17 00:00:00 2001 From: szaimen Date: Wed, 20 Apr 2022 17:19:28 +0200 Subject: [PATCH] add info regarding reverse proxy in docker container Signed-off-by: szaimen --- reverse-proxy.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reverse-proxy.md b/reverse-proxy.md index 29446bba..bd78b835 100644 --- a/reverse-proxy.md +++ b/reverse-proxy.md @@ -4,6 +4,8 @@ Basically, you need to specify the port that the apache container shall use and All examples below will use port `11000` as example apache port. Also it is supposed that the reverse proxy runs on the same server like AIO, hence `localhost` is used and not an internal ip-address to point to the AIO instance. Modify both to your needings. +**Info:** The instructions below assume that your reverse proxy is installed directly on the host, not inside a separate docker container. If you want to run the reverse proxy inside a docker container, you can do so by using the `--network host` option when starting the reverse proxy container. + ### Reverse proxy config examples #### Caddy