From a8df9215bc4d044da9e24a8a33828352ccd0dfd3 Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Fri, 24 Mar 2023 11:26:35 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fbb66a..00201ef 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ The application accepts a series of environment variables to further customize i This image uses our NGINX base image all configuration files for PHP and NGINX are located in `/config/php`. To overide any defaults please modify `/config/php/php-local.ini` IE for upload size: ``` -upload_max_filesize = 16 +upload_max_filesize = 16M post_max_size = 16M ```