jiahuili430 commented on a change in pull request #659:
URL:
https://github.com/apache/couchdb-documentation/pull/659#discussion_r644158929
##########
File path: src/config/http.rst
##########
@@ -107,124 +107,111 @@ HTTP Server Options
enabled on a per-request basis for any delayed JSON response call by
adding
``?buffer_response=true`` to the request's parameters.
-.. config:section:: httpd :: HTTP Server Options
-
.. config:option:: allow_jsonp :: Enables JSONP support
+ .. versionchanged:: 3.2 moved from [httpd] to [chttpd] section
+
The ``true`` value of this option enables `JSONP`_ support (it's
``false`` by default)::
- [httpd]
+ [chttpd]
allow_jsonp = false
.. _JSONP: https://en.wikipedia.org/wiki/JSONP
.. config:option:: changes_timeout :: Changes feed timeout
+ .. versionchanged:: 3.2 moved from [httpd] to [chttpd] section
+
Specifies default `timeout` value for :ref:`Changes Feed <changes>` in
milliseconds (60000 by default)::
- [httpd]
+ [chttpd]
changes_timeout = 60000 ; 60 seconds
.. config:option:: config_whitelist :: Config options while list
+ .. versionchanged:: 3.2 moved from [httpd] to [chttpd] section
+
Sets the configuration modification whitelist. Only whitelisted values
- may be changed via the :ref:`config API <api/config>`. To allow the
+ may be changed viaH the :ref:`config API <api/config>`. To allow the
Review comment:
Changed back
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]