From 48df50444fe449c3ba0cb7ded2ed7bf76e57a435 Mon Sep 17 00:00:00 2001 From: blotus Date: Fri, 20 Oct 2017 11:23:18 +0200 Subject: Add support for multiple files in sp.configuration_file directive This should close (#45--- doc/source/config.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/source/config.rst') 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 the directive ``sp.configuration_file`` (in your ``php.ini`` file), like ``sp.configuration_file=/etc/php/conf.d/snuffleupagus.ini``. +You can use the ``,`` separator to include multiple configuration files : +``sp.configuration_file=/etc/php/conf.d/snuffleupagus.ini,/etc/php/conf.d/sp_wordpress.ini`` + Options are chainable by using dots (``.``) and string parameters **must** be quoted, while booleans and integers aren't. -- cgit v1.3