From: Eric Johansson (neku) Date: Sun, 7 Jun 2020 10:00:30 +0000 (+0200) Subject: Update README.md X-Git-Tag: v1.0~70 X-Git-Url: https://jfr.im/git/uguu.git/commitdiff_plain/25246fac330c57d2abef8e567848175090559dcf Update README.md --- diff --git a/README.md b/README.md index cb3f58f..ea40b3b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ * Make the Uguu/public/files and Uguu/rain/cache directory modifiable by the web server user: `chown -R www-data:www-data /path/to/Uguu/public/files` and `chown -R www-data:www-data /path/to/Uguu/rain/cache` * Make sure the Uguu/public/files folder is not indexable, you may use a virtual host config similar to this one using Apache: - +* If you intend to allow uploading files larger than 2 MB, you may also need to increase POST size limits in php.ini and webserver configuration. For PHP, modify upload_max_filesize and post_max_size values. The configuration option for Nginx webserver is client_max_body_size and LimitRequestBody for Apache. ``` ServerName path.to.uguu