From: Casey Bodley Date: Tue, 19 Mar 2019 16:57:55 +0000 (-0400) Subject: doc/rgw: update civetweb rgw_frontends config example X-Git-Tag: v14.2.2~208^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0646c1fc3dc3d9e335fe962f39ee0de3304a3d40;p=ceph.git doc/rgw: update civetweb rgw_frontends config example all of these civetweb options have to be on the same line as rgw_frontends Fixes: https://tracker.ceph.com/issues/37770 Signed-off-by: Casey Bodley (cherry picked from commit 2f16fcb2fdb8dbd917e804dec97d1be056dc1749) --- diff --git a/doc/radosgw/frontends.rst b/doc/radosgw/frontends.rst index 3a19a890c076..4b70114518ca 100644 --- a/doc/radosgw/frontends.rst +++ b/doc/radosgw/frontends.rst @@ -7,7 +7,8 @@ HTTP Frontends .. contents:: The Ceph Object Gateway supports two embedded HTTP frontend libraries -that can be configured with ``rgw_frontends``. +that can be configured with ``rgw_frontends``. See `Config Reference`_ +for details about the syntax. Beast ===== @@ -146,10 +147,7 @@ Options The following is an example of the ``/etc/ceph/ceph.conf`` file with some of these options set: :: [client.rgw.gateway-node1] - rgw_frontends = civetweb - request_timeout_ms = 30000 - error_log_file = /var/log/radosgw/civetweb.error.log - access_log_file = /var/log/radosgw/civetweb.access.log + rgw_frontends = civetweb request_timeout_ms=30000 error_log_file=/var/log/radosgw/civetweb.error.log access_log_file=/var/log/radosgw/civetweb.access.log A complete list of supported options can be found in the `Civetweb User Manual`_. @@ -170,3 +168,4 @@ Some frontend options are generic and supported by all frontends: .. _Civetweb User Manual: https://civetweb.github.io/civetweb/UserManual.html +.. _Config Reference: ../config-ref