From a41ef6143de24c36eb563f1f52431cbfb01c8019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Mar=C3=B3y?= Date: Sun, 5 Apr 2020 15:12:49 +0200 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: J0WI Signed-off-by: András Maróy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66408017..47ec7c6e 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ To use Nextcloud behind a reverse proxy you can use the following environment va - `OVERWRITECONDADDR` (not set by default): Regex to overwrite the values dependent on the remote address. - `TRUSTED_PROXIES` (not set by default): A comma separated list of IPv4 addresses, IPv4 ranges in CIDR notation or IPv6 addresses of proxies Nextcloud should trust. -Check the [Nexcloud documentation](https://docs.nextcloud.com/server/18/admin_manual/configuration_server/reverse_proxy_configuration.html) for more details. +Check the [Nexcloud documentation](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/reverse_proxy_configuration.html) for more details. # Running this image with docker-compose The easiest way to get a fully featured and functional setup is using a `docker-compose` file. There are too many different possibilities to setup your system, so here are only some examples of what you have to look for.