Init commit, env setup, docker + laravel initial install, 1h 25min spent
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
memory_limit = 2G
|
||||
|
||||
max_execution_time = 18000
|
||||
|
||||
display_errors = On
|
||||
display_startup_errors = On
|
||||
|
||||
upload_max_filesize = 32M
|
||||
post_max_size = 32M
|
||||
|
||||
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
|
||||
error_log = /var/log/php_error.log
|
||||
|
||||
opcache.enable=1
|
||||
opcache.validate_timestamps=1
|
||||
opcache.revalidate_freq=0
|
||||
Reference in New Issue
Block a user