First commit
This commit is contained in:
12
docker/php-prod.ini
Normal file
12
docker/php-prod.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
expose_php = Off
|
||||
log_errors = On
|
||||
display_errors = Off
|
||||
error_log = /var/www/html/logs/php-error.log
|
||||
session.use_strict_mode = 1
|
||||
|
||||
opcache.enable = 1
|
||||
opcache.enable_cli = 0
|
||||
opcache.validate_timestamps = 0
|
||||
opcache.memory_consumption = 128
|
||||
opcache.interned_strings_buffer = 16
|
||||
opcache.max_accelerated_files = 10000
|
||||
Reference in New Issue
Block a user