diff options
author | Stefan Kangas <skangas@skangas.se> | 2011-12-22 07:14:54 +0100 |
---|---|---|
committer | Stefan Kangas <skangas@skangas.se> | 2011-12-22 07:14:54 +0100 |
commit | 16661e81491f959a23a393ed9aeec3a0c8c43283 (patch) | |
tree | 5c071f561791300cabce3226d26d5725788f96c5 | |
parent | bca0025c34ce16f5c29429ecd6407245c7e41261 (diff) |
Add php.ini notes
-rw-r--r-- | fripost-docs.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fripost-docs.org b/fripost-docs.org index 7dba190..6df9b51 100644 --- a/fripost-docs.org +++ b/fripost-docs.org @@ -791,6 +791,13 @@ current version than the one in stable. sudo apt-get install roundcube +:: /etc/php5/apache2/php.ini + + log_errors = Off + post_max_size = 25M + upload_max_filesize = 25M + tmp_dir = FIXME + :: /etc/roundcube/main.inc.php # Use caching |