From c473be13687ebd98c328f390d936be311dae7db6 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 17 Jan 2018 14:53:40 +0100 Subject: Our configuration files are ending in .rules, not .ini This commit fixes the documentation, our shipped configuration files, and the related tests. Thanks to @remicollet for the tip --- doc/source/config.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/source') diff --git a/doc/source/config.rst b/doc/source/config.rst index 794d8b0..c7e1346 100644 --- a/doc/source/config.rst +++ b/doc/source/config.rst @@ -4,10 +4,10 @@ Configuration Since PHP *ini-like* configuration model isn't flexible enough, 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``. +like ``sp.configuration_file=/etc/php/conf.d/snuffleupagus.rules``. 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`` +``sp.configuration_file=/etc/php/conf.d/snuffleupagus.rules,/etc/php/conf.d/sp_wordpress.rules`` Options are chainable by using dots (``.``) and string parameters **must** be quoted, while booleans and integers aren't. @@ -399,5 +399,5 @@ The following rules will: Miscellaneous examples """""""""""""""""""""" -.. literalinclude:: ../../config/examples.ini +.. literalinclude:: ../../config/examples.rules :language: python -- cgit v1.3