From: James McClune Date: Sat, 29 Dec 2018 02:32:24 +0000 (-0500) Subject: doc: cleanup HTTP Frontends documentation X-Git-Tag: v14.1.0~541^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F25723%2Fhead;p=ceph.git 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 --- 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`_.