]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Updated conf with ServerAlias for S3 subdomains.
authorJohn Wilkins <john.wilkins@inktank.com>
Fri, 31 May 2013 03:25:25 +0000 (20:25 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Fri, 31 May 2013 03:25:25 +0000 (20:25 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/start/rgw.conf

index 3e4878834c666b63fcd1e5a9d1c2f5f558bd14ed..e1bee99863104ec3ca7723c947c654bf14d34c67 100644 (file)
@@ -4,6 +4,8 @@ FastCgiExternalServer /var/www/s3gw.fcgi -socket /tmp/radosgw.sock
 <VirtualHost *:80>
 
        ServerName {fqdn}
+       <!--Remove the comment. Add a server alias with *.{fqdn} for S3 subdomains-->
+       <!--ServerAlias *.{fqdn}-->
        ServerAdmin {email.address}
        DocumentRoot /var/www
        RewriteEngine On