Added literal block to /etc/ceph/ceph.conf example.
Fixes: https://tracker.ceph.com/issues/37770
Signed-off-by: James McClune <jmcclune@mcclunetechnologies.net>
: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`_.