]> jfr.im git - uguu.git/commitdiff
Update README.md
authorEric Johansson (neku) <redacted>
Sun, 7 Jun 2020 10:00:30 +0000 (12:00 +0200)
committerGitHub <redacted>
Sun, 7 Jun 2020 10:00:30 +0000 (12:00 +0200)
README.md

index cb3f58f87c0f467f1188deec76d8b9230b8f70c3..ea40b3b22d2387c2761f26a362d85568d7a9fa9c 100644 (file)
--- 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.
 ```
 <VirtualHost *:80>
         ServerName path.to.uguu