From bd59bfb0238824ad31df22a639639257c1f7dcc8 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 5 Apr 2020 14:25:40 +0200 Subject: [PATCH] typos --- xExtension-ImageProxy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xExtension-ImageProxy/README.md b/xExtension-ImageProxy/README.md index 9a8fbe7..593cf63 100644 --- a/xExtension-ImageProxy/README.md +++ b/xExtension-ImageProxy/README.md @@ -39,7 +39,7 @@ In order to use Apache `mod_rewrite`, you will need to set the following setting Along the following Apache configuration for the `www.example.org` virtual host: ``` - # WARNING: Multiple '/' are trimmed to a single one! + # WARNING: Multiple '/' in %{REQUEST_URI} are internally trimmed to a single one! RewriteCond %{REQUEST_URI} ^/proxy/https:/+(.*)$ RewriteRule ^ https://%1 [QSA,P,L] RewriteCond %{REQUEST_URI} ^/proxy/http:/+(.*)$