From 1eaebae9a62c319d6bbdc04e02e8647514999b48 Mon Sep 17 00:00:00 2001 From: Jerome Jutteau Date: Fri, 4 May 2018 10:29:32 +0200 Subject: [PATCH] [TASK] README.md: client_max_body_size and Nginx Signed-off-by: Jerome Jutteau --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87a7df3..7054f5a 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,7 @@ Feel free to open a bug in the [GitLab's issues](https://gitlab.com/mojo42/Jiraf If your browser supports HTML5 file API, you can send files as big as you want. For browsers who does not support HTML5 file API, the limitation come from PHP configuration. -You have to set [post_max_size](https://php.net/manual/en/ini.core.php#ini.post-max-size) and [upload_max_filesize](https://php.net/manual/en/ini.core.php#ini.upload-max-filesize) in your php configuration. +You have to set [post_max_size](https://php.net/manual/en/ini.core.php#ini.post-max-size) and [upload_max_filesize](https://php.net/manual/en/ini.core.php#ini.upload-max-filesize) in your php configuration. Note that Nginx setups may requiere to configure `client_max_body_size`. If you don't want to allow unlimited upload size, you can still setup a maximal file size in Jirafeau's setting (see ```maximal_upload_size``` in your configuration) -- 2.34.1