From 6f3100b816d6b2855afb58efc525d0aeecbacbaa Mon Sep 17 00:00:00 2001 From: James McClune Date: Fri, 28 Dec 2018 21:32:24 -0500 Subject: [PATCH] doc: cleanup HTTP Frontends documentation Added literal block to /etc/ceph/ceph.conf example. Fixes: https://tracker.ceph.com/issues/37770 Signed-off-by: James McClune --- doc/radosgw/frontends.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/radosgw/frontends.rst b/doc/radosgw/frontends.rst index edc2d0a1fde8..12a1dbd91175 100644 --- a/doc/radosgw/frontends.rst +++ b/doc/radosgw/frontends.rst @@ -130,10 +130,13 @@ Options :Default: ``EMPTY`` -The following is an example of the ``/etc/ceph/ceph.conf`` file with some of these options set: +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`_. -- 2.47.3