summaryrefslogtreecommitdiff
path: root/doc/source/config.rst
diff options
context:
space:
mode:
authorblotus2017-10-20 11:23:18 +0200
committerjvoisin2017-10-20 11:23:18 +0200
commit48df50444fe449c3ba0cb7ded2ed7bf76e57a435 (patch)
tree23e98167a3e7c43bd28fa76075fb39eddfa4e202 /doc/source/config.rst
parentba960050310c4ecd57157b1a0439c51b24c91520 (diff)
Add support for multiple files in sp.configuration_file directive
This should close (#45
Diffstat (limited to 'doc/source/config.rst')
-rw-r--r--doc/source/config.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/config.rst b/doc/source/config.rst
index b7fa803..3f0115b 100644
--- a/doc/source/config.rst
+++ b/doc/source/config.rst
@@ -6,6 +6,9 @@ Snuffleupagus is using its own format in the file specified by
6the directive ``sp.configuration_file`` (in your ``php.ini`` file), 6the directive ``sp.configuration_file`` (in your ``php.ini`` file),
7like ``sp.configuration_file=/etc/php/conf.d/snuffleupagus.ini``. 7like ``sp.configuration_file=/etc/php/conf.d/snuffleupagus.ini``.
8 8
9You can use the ``,`` separator to include multiple configuration files :
10``sp.configuration_file=/etc/php/conf.d/snuffleupagus.ini,/etc/php/conf.d/sp_wordpress.ini``
11
9Options are chainable by using dots (``.``) and string parameters 12Options are chainable by using dots (``.``) and string parameters
10**must** be quoted, while booleans and integers aren't. 13**must** be quoted, while booleans and integers aren't.
11 14