nickva commented on a change in pull request #659:
URL:
https://github.com/apache/couchdb-documentation/pull/659#discussion_r643481690
##########
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
+
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
+
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
+
Sets the configuration modification whitelist. Only whitelisted values
may be changed via the :ref:`config API <api/config>`. To allow the
admin to change this value over HTTP, remember to include
- ``{httpd,config_whitelist}`` itself. Excluding it from the list would
+ ``{chttpd,config_whitelist}`` itself. Excluding it from the list would
require editing this file to update the whitelist::
- [httpd]
+ [chttpd]
config_whitelist = [{httpd,config_whitelist}, {log,level},
{etc,etc}]
Review comment:
Would this be `{chttpd,config_whitelist}` too?
--
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]