summaryrefslogtreecommitdiff
path: root/doc/source/config.rst
diff options
context:
space:
mode:
authorjvoisin2017-09-28 15:30:46 +0200
committerjvoisin2017-09-28 15:30:46 +0200
commit94a6d0c65fd5bea909f08d493d80d8771ef49a60 (patch)
treecb44bb6d344dfe6afb92ac2d873cb62ba94a0115 /doc/source/config.rst
parenta92612da7ed1ceecc907232c36ff99e7dd18630c (diff)
Improve the documentation wrt. installation
Thanks to @real for finding this.
Diffstat (limited to 'doc/source/config.rst')
-rw-r--r--doc/source/config.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/source/config.rst b/doc/source/config.rst
index 760ae1b..84fc193 100644
--- a/doc/source/config.rst
+++ b/doc/source/config.rst
@@ -2,7 +2,9 @@ Configuration
2============= 2=============
3 3
4Since PHP *ini-like* configuration model isn't flexible enough, 4Since PHP *ini-like* configuration model isn't flexible enough,
5Snuffleupagus is using its own format. 5Snuffleupagus is using its own format, in the file specified by
6the directive ``sp.configuration_file`` (in your ``php.ini`` file),
7like ``sp.configuration_file=/etc/php/conf.d/snuffleupagus.ini``.
6 8
7Options are chainable by using dots (``.``), and string parameters 9Options are chainable by using dots (``.``), and string parameters
8**must** be quoted, while booleans and integers aren't. 10**must** be quoted, while booleans and integers aren't.