diff --git a/reverse-proxy.md b/reverse-proxy.md index e81c7b16..f594dfc7 100644 --- a/reverse-proxy.md +++ b/reverse-proxy.md @@ -12,7 +12,7 @@ In order to run Nextcloud behind a reverse proxy, you need to specify the port t ### 1. Add this to your reverse proxy config -⚠ **Please note:** Since the Apache container gets spawned by the mastercontainer, there is **NO** way to provide custom docker labels for the Apache container. So please do not attempt to do this because you will fail! +⚠ **Please note:** Since the Apache container gets spawned 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 you will fail! #### Caddy @@ -61,6 +61,16 @@ Of course SSL needs to be set up as well e.g. by using certbot and your domain m +#### Nginx-Proxy + +
+ +click here to expand + +Unfortunately it is not possible to configure nginx-proxy in a way that works because it completely relies on environmental variables of the docker containers itself. Providing these does not work as stated above. + +
+ #### Traefik 2