diff options
-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 |