From 0b0d872c0542a49d2aa69365a8373f072da4c15a Mon Sep 17 00:00:00 2001 From: szaimen Date: Fri, 6 May 2022 17:12:19 +0200 Subject: [PATCH] document possibilities for nginx-proxy Signed-off-by: szaimen --- reverse-proxy.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/reverse-proxy.md b/reverse-proxy.md index 2f60eec0..999c6fd7 100644 --- a/reverse-proxy.md +++ b/reverse-proxy.md @@ -68,7 +68,13 @@ Of course SSL needs to be set up as well e.g. by using certbot and your domain m 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. +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 variables does not work as stated above. + +If you really want to use AIO, we recommend you to switch to caddy. It is simply amazing!
+Of course understandable if that is not possible for you. + +Apart from that, there is this idea: https://github.com/nextcloud/all-in-one/issues/557
+Pull requests are very welcome!