From: John Wilkins Date: Thu, 31 Oct 2013 23:46:58 +0000 (-0700) Subject: doc: Updated rewrite rule. X-Git-Tag: v0.73~26^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a8c3373dc3096a5640038e3527aa02a4ae830fd6;p=ceph.git doc: Updated rewrite rule. Signed-off-by: John Wilkins --- diff --git a/doc/radosgw/rgw.conf b/doc/radosgw/rgw.conf index bb02720e3a6d..7cc73070651d 100644 --- a/doc/radosgw/rgw.conf +++ b/doc/radosgw/rgw.conf @@ -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¶ms=$2&%{QUERY_STRING} [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] + RewriteRule ^/(.*) /s3gw.fcgi?%{QUERY_STRING}[E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]