]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rgw: update civetweb rgw_frontends config example 27922/head
authorCasey Bodley <cbodley@redhat.com>
Tue, 19 Mar 2019 16:57:55 +0000 (12:57 -0400)
committerVicente Cheng <freeze.bilsted@gmail.com>
Thu, 2 May 2019 14:27:00 +0000 (14:27 +0000)
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>
(cherry picked from commit 2f16fcb2fdb8dbd917e804dec97d1be056dc1749)

doc/radosgw/frontends.rst

index 3a19a890c07617f7c0e678d1d56df115cd08adb4..4b70114518ca90298fd0f274f859bdaf47595f62 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
 =====
@@ -146,10 +147,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`_.
 
@@ -170,3 +168,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