Files
core/docker/php/confd/templates/php_init.tmpl
Jarek Jakubowski f890a897b2 add docker env
2018-12-02 00:01:43 +01:00

9 lines
279 B
Cheetah

memory_limit={{ getv "/memorylimit" }}
timezone={{ getv "/timezone" }}
upload_max_filesize={{ getv "/maxfilesize" }}
post_max_size={{ getv "/maxfilesize" }}
max_execution_time={{ getv "/maxexectime" }}
short_open_tag=0
error_reporting = E_ALL
display_errors = Off
log_errors = On