diff options
| author | blotus | 2017-10-20 11:23:18 +0200 |
|---|---|---|
| committer | jvoisin | 2017-10-20 11:23:18 +0200 |
| commit | 48df50444fe449c3ba0cb7ded2ed7bf76e57a435 (patch) | |
| tree | 23e98167a3e7c43bd28fa76075fb39eddfa4e202 /doc/source | |
| parent | ba960050310c4ecd57157b1a0439c51b24c91520 (diff) | |
Add support for multiple files in sp.configuration_file directive
This should close (#45
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/config.rst | 3 |
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 | |||
| 6 | the directive ``sp.configuration_file`` (in your ``php.ini`` file), | 6 | the directive ``sp.configuration_file`` (in your ``php.ini`` file), |
| 7 | like ``sp.configuration_file=/etc/php/conf.d/snuffleupagus.ini``. | 7 | like ``sp.configuration_file=/etc/php/conf.d/snuffleupagus.ini``. |
| 8 | 8 | ||
| 9 | You 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 | |||
| 9 | Options are chainable by using dots (``.``) and string parameters | 12 | Options 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 | ||
