change max_input_vars=5000 to support translations tools with API

This commit is contained in:
Ralf Becker 2020-01-30 13:23:00 +01:00
parent 1559b017d7
commit 349444aeb7

View File

@ -35,7 +35,7 @@ RUN apt-get update \
-e 's|^;\?max_execution_time \?=.*|max_execution_time = 90|g' \
-e 's|^;\?upload_max_filesize \?=.*|upload_max_filesize = 64M|g' \
-e 's|^;\?post_max_size \?=.*|post_max_size = 65M|g' \
-e 's|^;\?max_input_vars \?=.*|max_input_vars = 2000|g' \
-e 's|^;\?max_input_vars \?=.*|max_input_vars = 5000|g' \
-e 's|^;\?zlib.output_compression \?=.*|zlib.output_compression = On|g' \
-e 's|^;\?opcache.validate_timestamps \?=.*|opcache.validate_timestamps=0|g' \
-i /etc/php/$PHP_VERSION/fpm/php.ini \