From f575dd4765d6eb2a91ccf212456503b53257cd0a Mon Sep 17 00:00:00 2001 From: Zoey Date: Mon, 27 Jan 2025 16:15:55 +0100 Subject: [PATCH] mention http in reverse proxy docs Signed-off-by: Zoey --- reverse-proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reverse-proxy.md b/reverse-proxy.md index 52f917a27c14..fd70c38e2702 100644 --- a/reverse-proxy.md +++ b/reverse-proxy.md @@ -56,7 +56,7 @@ nextcloud/all-in-one:latest --- > [!IMPORTANT] -> If you need HTTPS between Nextcloud and the reverse proxy because it is running on a different server in the same network, simply add another reverse proxy to the chain that runs on the same server like AIO and takes care of HTTPS proxying (most likely via self-signed certificates). Another option would be to create a VPN between the server that runs AIO and the server that runs the reverse proxy which takes care of encrypting the connection. +> In reverse proxy mode your reverse proxy needs to talks to AIO using HTTP, so if you need HTTPS between Nextcloud and the reverse proxy because it is running on a different server in the same network, simply add another reverse proxy to the chain that runs on the same server like AIO and takes care of HTTPS proxying (most likely via self-signed certificates). Another option would be to create a VPN between the server that runs AIO and the server that runs the reverse proxy which takes care of encrypting the connection. > [!NOTE] > Since the Apache container gets created by the mastercontainer, there is **NO** way to provide custom docker labels or custom environmental variables for the Apache container. So please do not attempt to do this because it will fail!