]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: radosgw: further simplify Apache rewrite rule 15/head
authorFlorian Haas <florian@hastexo.com>
Fri, 29 Jun 2012 05:50:50 +0000 (07:50 +0200)
committerFlorian Haas <florian@hastexo.com>
Fri, 29 Jun 2012 05:50:50 +0000 (07:50 +0200)
Sufficient to just pass the query string, drop params.

Signed-off-by: Florian Haas <florian@hastexo.com>
doc/ops/radosgw.rst

index 742f58e7b2cc18b748329b948e941547017524a4..e61a88da187a18a0087792a0523b2556b60d0a63 100644 (file)
@@ -108,7 +108,7 @@ Then, create a virtual host configuration as follows:
 
     <IfModule mod_rewrite.c>
       RewriteEngine On
-      RewriteRule  ^/(.*) /radosgw.fcgi?params=$1&%{QUERY_STRING} [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
+      RewriteRule  ^/(.*) /radosgw.fcgi?%{QUERY_STRING} [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
     </IfModule>
 
     <IfModule mod_fastcgi.c>