]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rgw: update civetweb rgw_frontends config example 27054/head
authorCasey Bodley <cbodley@redhat.com>
Tue, 19 Mar 2019 16:57:55 +0000 (12:57 -0400)
committerCasey Bodley <cbodley@redhat.com>
Wed, 20 Mar 2019 12:20:01 +0000 (08:20 -0400)
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 <cbodley@redhat.com>
doc/radosgw/frontends.rst

index 12a1dbd9117571ddf382456131fb46a2e529af47..cf64bb755ac6adac45ccf79cb32049f9d6daee38 100644 (file)
@@ -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
 =====
@@ -133,10 +134,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`_.
 
@@ -157,3 +155,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