Updated Docker-php.ini

This commit is contained in:
kolaente 2017-09-27 21:57:50 +02:00
parent 8ed9c62ce7
commit 8bbf7acb31
1 changed files with 3 additions and 4 deletions

View File

@ -1,11 +1,10 @@
expose_php = Off
error_reporting = E_ALL
display_errors = Off
display_errors = On
log_errors = On
error_log = /dev/stderr
cgi.fix_pathinfo=0
date.timezone = Europe/Berlin
allow_url_fopen = On
post_max_size = 1300M
upload_max_filesize = 1024M
session.save_path = "/var/session"
post_max_size = 2500M
upload_max_filesize = 2G