Skip to content

Commit 1f4a11e

Browse files
committed
update max vars to match pantheon
fixes problem setting permissions for reciprocity
1 parent 78f6f29 commit 1f4a11e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
2525
# Configure PHP, make memory_limit and upload_max_filesize match Pantheon
2626
RUN cp /usr/local/etc/php/php.ini-development /usr/local/etc/php/php.ini \
2727
&& sed -i 's/memory_limit\s*=.*/memory_limit=2048M/g' /usr/local/etc/php/php.ini \
28+
&& sed -i 's/;max_input_vars\s*=.*/max_input_vars=10000/g' /usr/local/etc/php/php.ini \
2829
&& sed -i 's/post_max_size\s*=.*/post_max_size=100M/g' /usr/local/etc/php/php.ini \
2930
&& sed -i 's/upload_max_filesize\s*=.*/upload_max_filesize=100M/g' /usr/local/etc/php/php.ini \
3031
&& sed -i 's/variables_order\s*=.*/variables_order="EGPCS"/g' /usr/local/etc/php/php.ini

0 commit comments

Comments
 (0)