Include [NE,P] on rewrite rules for Apache proxy
Change-Id: Iad8abbda343f6ac180a2337eab2fc1870a086e4c
This commit is contained in:
@@ -55,7 +55,7 @@ this topic and that you understand the risks.
|
||||
|
||||
AllowEncodedSlashes NoDecode
|
||||
RewriteEngine On
|
||||
RewriteRule ^/r/(.*) http://localhost:8081/r/$1
|
||||
RewriteRule ^/r/(.*) http://localhost:8081/r/$1 [NE,P]
|
||||
</VirtualHost>
|
||||
----
|
||||
|
||||
|
@@ -58,7 +58,7 @@
|
||||
|
||||
AllowEncodedSlashes NoDecode
|
||||
RewriteEngine On
|
||||
RewriteRule ^<span class='ContextPath'>/r</span>/(.*) http://...<span class='ContextPath'>/r</span>/$1
|
||||
RewriteRule ^<span class='ContextPath'>/r</span>/(.*) http://...<span class='ContextPath'>/r</span>/$1 [NE,P]
|
||||
</VirtualHost>
|
||||
</pre>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user