This commit is contained in:
root 2020-04-05 14:25:40 +02:00
parent 1136fa9104
commit bd59bfb023

View file

@ -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: 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:/+(.*)$ RewriteCond %{REQUEST_URI} ^/proxy/https:/+(.*)$
RewriteRule ^ https://%1 [QSA,P,L] RewriteRule ^ https://%1 [QSA,P,L]
RewriteCond %{REQUEST_URI} ^/proxy/http:/+(.*)$ RewriteCond %{REQUEST_URI} ^/proxy/http:/+(.*)$