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
|
AllowEncodedSlashes NoDecode
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteRule ^/r/(.*) http://localhost:8081/r/$1
|
RewriteRule ^/r/(.*) http://localhost:8081/r/$1 [NE,P]
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
----
|
----
|
||||||
|
|
||||||
|
@@ -58,7 +58,7 @@
|
|||||||
|
|
||||||
AllowEncodedSlashes NoDecode
|
AllowEncodedSlashes NoDecode
|
||||||
RewriteEngine On
|
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>
|
</VirtualHost>
|
||||||
</pre>
|
</pre>
|
||||||
</body>
|
</body>
|
||||||
|
Reference in New Issue
Block a user