From: Casey Bodley Date: Fri, 30 Sep 2016 19:42:45 +0000 (-0400) Subject: doc: configuring virtual hosted buckets for radosgw X-Git-Tag: v11.1.0~463^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=36203c28babe7ba0f628cde4aa0d851d20ec96c5;p=ceph.git doc: configuring virtual hosted buckets for radosgw Signed-off-by: Casey Bodley --- diff --git a/doc/radosgw/s3/commons.rst b/doc/radosgw/s3/commons.rst index 14e6fd08950..ca848bc277e 100644 --- a/doc/radosgw/s3/commons.rst +++ b/doc/radosgw/s3/commons.rst @@ -18,6 +18,8 @@ The second method identifies the bucket via a virtual bucket host name. For exam GET / HTTP/1.1 Host: mybucket.cname.domain.com +To configure virtual hosted buckets, you can either set ``rgw_dns_name = cname.domain.com`` in ceph.conf, or add ``cname.domain.com`` to the list of ``hostnames`` in your zonegroup configuration. See `Ceph Object Gateway - Multisite Configuration`_ for more on zonegroups. + .. tip:: We prefer the first method, because the second method requires expensive domain certification and DNS wild cards. Common Request Headers @@ -105,3 +107,5 @@ Common Response Status +---------------+-----------------------------------+ | ``500`` | InternalError | +---------------+-----------------------------------+ + +.. _`Ceph Object Gateway - Multisite Configuration`: ../../multisite