[Pkg-owncloud-commits] [owncloud-doc] 30/33: generate documentation from config.sample.php
David Prévot
taffit at moszumanska.debian.org
Sun Dec 7 20:56:33 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit 723e520eb236739f24881219c0aa011a6f17180a
Author: Morris Jobke <hey at morrisjobke.de>
Date: Fri Dec 5 12:32:49 2014 +0100
generate documentation from config.sample.php
---
admin_manual/configuration/config_sample_php_parameters.rst | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/admin_manual/configuration/config_sample_php_parameters.rst b/admin_manual/configuration/config_sample_php_parameters.rst
index 6412258..e82e8ff 100644
--- a/admin_manual/configuration/config_sample_php_parameters.rst
+++ b/admin_manual/configuration/config_sample_php_parameters.rst
@@ -519,6 +519,18 @@ If it is not, then any options controlled by ``.htaccess``, such as large
file uploads, will not work. It also runs checks on the ``data/`` directory,
which verifies that it can't be accessed directly through the web server.
+::
+
+ 'config_is_read_only' => false,
+
+In certain environments it is desired to have a read-only config file.
+
+When this switch is set to ``true`` ownCloud will not verify whether the
+configuration is writable. However, it will not be possible to configure
+all options via the web-interface. Furthermore, when updating ownCloud
+it is required to make the config file writable again for the update
+process.
+
Logging
-------
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list