]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Updated rewrite rule.
authorJohn Wilkins <john.wilkins@inktank.com>
Thu, 31 Oct 2013 23:46:58 +0000 (16:46 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Thu, 31 Oct 2013 23:46:58 +0000 (16:46 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/radosgw/rgw.conf

index bb02720e3a6d98765d2d3a4dd517fcf2d1f72a05..7cc73070651d5c019439ef5f3464abc83517feb4 100644 (file)
@@ -9,7 +9,7 @@ FastCgiExternalServer /var/www/s3gw.fcgi -socket /{path}/{socket-name}.sock
        ServerAdmin {email.address}
        DocumentRoot /var/www
        RewriteEngine On
-       RewriteRule ^/([a-zA-Z0-9-_.]*)([/]?.*) /s3gw.fcgi?page=$1&params=$2&%{QUERY_STRING} [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
+       RewriteRule  ^/(.*) /s3gw.fcgi?%{QUERY_STRING}[E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
 
        <IfModule mod_fastcgi.c>
        <Directory /var/www>