typos
This commit is contained in:
parent
1136fa9104
commit
bd59bfb023
1 changed files with 1 additions and 1 deletions
|
|
@ -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:/+(.*)$
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue