Skip to content

Commit 300ade5

Browse files
committed
Merge #297 - Improve UPLOAD_LIMIT documentation
2 parents 9d66e78 + 76651f5 commit 300ade5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Set the variable ``PMA_ABSOLUTE_URI`` to the fully-qualified path (``https://pma
127127
* ``PMA_USER`` and ``PMA_PASSWORD`` - define username to use for config authentication method
128128
* ``PMA_ABSOLUTE_URI`` - define user-facing URI
129129
* ``HIDE_PHP_VERSION`` - if defined, will hide the php version (`expose_php = Off`). Set to any value (such as HIDE_PHP_VERSION=true).
130-
* ``UPLOAD_LIMIT`` - if set, will override the default value for apache and php-fpm (default value is 2048 kb)
130+
* ``UPLOAD_LIMIT`` - if set, will override the default value for apache and php-fpm (format as "[0-9+](K,M,G)" default value is 2048K, this will change ``upload_max_filesize`` and ``post_max_size`` values)
131131
* ``PMA_CONFIG_BASE64`` - if set, will override the default config.inc.php with the base64 decoded contents of the variable
132132
* ``PMA_USER_CONFIG_BASE64`` - if set, will override the default config.user.inc.php with the base64 decoded contents of the variable
133133

0 commit comments

Comments
 (0)