From 25246fac330c57d2abef8e567848175090559dcf Mon Sep 17 00:00:00 2001 From: "Eric Johansson (neku)" Date: Sun, 7 Jun 2020 12:00:30 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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