summaryrefslogtreecommitdiffstats
path: root/doc/radosgw/config-ref.rst
diff options
context:
space:
mode:
authorCasey Bodley <cbodley@redhat.com>2018-01-22 20:43:38 +0100
committerCasey Bodley <cbodley@redhat.com>2018-01-22 20:45:25 +0100
commitb592ac44ccad803d13c1dc0ac57764d4e076d0d6 (patch)
tree929366fa89c575f64282e792f38a028ff7ecac23 /doc/radosgw/config-ref.rst
parentMerge pull request #19936 from linuxbox2/wip-rgw-22121 (diff)
downloadceph-b592ac44ccad803d13c1dc0ac57764d4e076d0d6.tar.xz
ceph-b592ac44ccad803d13c1dc0ac57764d4e076d0d6.zip
doc/rgw: add page for http frontend configuration
Fixes: http://tracker.ceph.com/issues/13523 Signed-off-by: Casey Bodley <cbodley@redhat.com>
Diffstat (limited to 'doc/radosgw/config-ref.rst')
-rw-r--r--doc/radosgw/config-ref.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/radosgw/config-ref.rst b/doc/radosgw/config-ref.rst
index ac96193cc9d..45054a9eceb 100644
--- a/doc/radosgw/config-ref.rst
+++ b/doc/radosgw/config-ref.rst
@@ -13,6 +13,17 @@ specified in the command. Thus variables meant to be applied to all RGW
instances or all radosgw-admin commands can be put into the ``[global]`` or the
``[client]`` section to avoid specifying instance-name.
+``rgw frontends``
+
+:Description: Configures the HTTP frontend(s). The configuration for multiple
+ frontends can be provided in a comma-delimited list. Each frontend
+ configuration may include a list of options separated by spaces,
+ where each option is in the form "key=value" or "key". See
+ `HTTP Frontends`_ for more on supported options.
+
+:Type: String
+:Default: ``civetweb port=7480``
+
``rgw data``
:Description: Sets the location of the data files for Ceph Object Gateway.
@@ -848,3 +859,4 @@ Barbican Settings
.. _Rados cluster handles: ../../rados/api/librados-intro/#step-2-configuring-a-cluster-handle
.. _Barbican: ../barbican
.. _Encryption: ../encryption
+.. _HTTP Frontends: ../frontends