From cca0ce9e72a0c2a38b838b08d065c164e90157e5 Mon Sep 17 00:00:00 2001 From: Prokop Schield <76836484+prokopschield@users.noreply.github.com> Date: Sun, 29 Jun 2025 12:58:14 +0200 Subject: [PATCH] fix: typo Signed-off-by: Prokop Schield <76836484+prokopschield@users.noreply.github.com> --- reverse-proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reverse-proxy.md b/reverse-proxy.md index e9f603e5..84aad3d1 100644 --- a/reverse-proxy.md +++ b/reverse-proxy.md @@ -273,7 +273,7 @@ Although it does not seem like it is the case but from AIO perspective a Cloudfl ⚠️ **Please note:** look into [this](#adapting-the-sample-web-server-configurations-below) to adapt the above example configuration. 1. Now continue with [point 2](#2-use-this-startup-command) but add `--env SKIP_DOMAIN_VALIDATION=true` to the docker run command - which will disable the domain validation (because it is known that the domain validation will not work behind a Cloudflare Tunnel). -**Advice:** Make sure to [disable Cloudflares Rocket Loader feature](https://help.nextcloud.com/t/login-page-not-working-solved/149417/8) as otherwise Nextcloud's login prompt will not be shown. +**Advice:** Make sure to [disable Cloudflare's Rocket Loader feature](https://help.nextcloud.com/t/login-page-not-working-solved/149417/8) as otherwise Nextcloud's login prompt will not be shown.