From 0646c1fc3dc3d9e335fe962f39ee0de3304a3d40 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Tue, 19 Mar 2019 12:57:55 -0400 Subject: [PATCH] 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) --- doc/radosgw/frontends.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/radosgw/frontends.rst b/doc/radosgw/frontends.rst index 3a19a890c07..4b70114518c 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 -- 2.47.3