Finished
This commit is contained in:
12
config/php/php.ini
Normal file
12
config/php/php.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[php]
|
||||
date.timezone=UTC
|
||||
log_errors=On
|
||||
error_reporting=E_ALL & ~E_DEPRECATED & ~E_STRICT
|
||||
display_errors=Off
|
||||
max_execution_time=60
|
||||
memory_limit=256M
|
||||
error_log=/var/log/php/error.log
|
||||
access_log=/var/log/php/access.log
|
||||
post_max_size=24M
|
||||
upload_max_filesize=24M
|
||||
short_open_tag=On
|
||||
Reference in New Issue
Block a user