summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@inktank.com>2013-05-30 20:25:25 -0700
committerJohn Wilkins <john.wilkins@inktank.com>2013-05-30 20:25:25 -0700
commit65294bf67ef35a00f0dff1c6142738e0dcd6d274 (patch)
tree6407c3e7ae3458f79c9b3cff91047e3fd4a3f36b
parent442f082a86e6e06352805bdbf4f289c54b81a87b (diff)
downloadceph-65294bf67ef35a00f0dff1c6142738e0dcd6d274.tar.gz
doc: Updated conf with ServerAlias for S3 subdomains.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r--doc/start/rgw.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/start/rgw.conf b/doc/start/rgw.conf
index 3e4878834c6..e1bee998631 100644
--- a/doc/start/rgw.conf
+++ b/doc/start/rgw.conf
@@ -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