blackbirdchess-docker-dev/php-fpm/laravel.ini

17 lines
434 B
INI
Raw Permalink Normal View History

2016-06-03 14:01:56 +02:00
date.timezone=UTC
display_errors=Off
log_errors=On
; Maximum amount of memory a script may consume (128MB)
; http://php.net/memory-limit
memory_limit = 256M
; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 20M
; Sets max size of post data allowed.
; http://php.net/post-max-size
post_max_size = 20M
2018-01-30 01:32:18 +01:00
max_execution_time=600
default_socket_timeout=3600
request_terminate_timeout=600