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