summaryrefslogtreecommitdiffstats
path: root/gerrit-httpd
diff options
context:
space:
mode:
authorShawn Pearce <sop@google.com>2013-04-18 16:59:54 -0700
committerShawn Pearce <sop@google.com>2013-04-18 16:59:54 -0700
commita2b19e1233afa1ddc8919e50951f188d21d95db3 (patch)
tree95a180f0d5fc6e82b4e1b1a0256c580ed2985e4a /gerrit-httpd
parent0c68ab93be022915475987e89ca772b0da97e8ed (diff)
Include [NE,P] on rewrite rules for Apache proxy
Diffstat (limited to 'gerrit-httpd')
-rw-r--r--gerrit-httpd/src/main/resources/com/google/gerrit/httpd/auth/container/ConfigurationError.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/gerrit-httpd/src/main/resources/com/google/gerrit/httpd/auth/container/ConfigurationError.html b/gerrit-httpd/src/main/resources/com/google/gerrit/httpd/auth/container/ConfigurationError.html
index a7cd489147..0bc3369211 100644
--- a/gerrit-httpd/src/main/resources/com/google/gerrit/httpd/auth/container/ConfigurationError.html
+++ b/gerrit-httpd/src/main/resources/com/google/gerrit/httpd/auth/container/ConfigurationError.html
@@ -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]
&lt;/VirtualHost&gt;
</pre>
</body>