From 45fa1a0721f9e62df6a0647b0d8172769b266e34 Mon Sep 17 00:00:00 2001 From: Zoey Date: Fri, 17 Apr 2026 14:14:07 +0200 Subject: [PATCH] Update reverse-proxy.md Co-authored-by: Simon L. Signed-off-by: Zoey --- reverse-proxy.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/reverse-proxy.md b/reverse-proxy.md index d5fd5b5c..0841b68f 100644 --- a/reverse-proxy.md +++ b/reverse-proxy.md @@ -581,11 +581,13 @@ Second, see these screenshots for a working config: grafik -The "Enable compression by upstream, not recommended" Button can stay unchecked if you don't use Collabora. (https://github.com/CollaboraOnline/online/issues/10157)
-You may need to check the "Disable Crowdsec Appsec" Button if you use crowdsec and uploads or downloads fail.
-You may want to enable the "Disable Request/Response Buffering" Button since it could improve uploads and downloads.
-You can check the "Send noindex header and block some user agents" Button If you don't want your Nextcloud to be indexed by web crawlers like google.
-If you want/need you can also configure Auth Request/mTLS if needed or change the X-Frame-Options header if you want to embed Nextcloud. + +- The "Enable compression by upstream, not recommended" Button can stay unchecked if you don't use Collabora. (https://github.com/CollaboraOnline/online/issues/10157)
+- You may need to check the "Disable Crowdsec Appsec" Button if you use crowdsec and uploads or downloads fail.
+- You may want to enable the "Disable Request/Response Buffering" Button since it could improve uploads and downloads.
+- You can check the "Send noindex header and block some user agents" Button If you don't want your Nextcloud to be indexed by web crawlers like google.
+- If you want/need you can also configure Auth Request/mTLS if needed or change the X-Frame-Options header if you want to embed Nextcloud. + ⚠️ **Please note:** look into [this](#adapting-the-sample-web-server-configurations-below) to adapt the above example configuration.