]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: cleanup HTTP Frontends documentation 25723/head
authorJames McClune <jmcclune@mcclunetechnologies.net>
Sat, 29 Dec 2018 02:32:24 +0000 (21:32 -0500)
committerJames McClune <jmcclune@mcclunetechnologies.net>
Sat, 29 Dec 2018 17:40:50 +0000 (12:40 -0500)
Added literal block to /etc/ceph/ceph.conf example.

Fixes: https://tracker.ceph.com/issues/37770
Signed-off-by: James McClune <jmcclune@mcclunetechnologies.net>
doc/radosgw/frontends.rst

index edc2d0a1fde862ef0643077263bdf503c5b6e24d..12a1dbd9117571ddf382456131fb46a2e529af47 100644 (file)
@@ -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`_.