Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion base/conf.d/50_overrides.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ upload_max_filesize = 20M
# Increase max_accelerated_files to better match Drupal.
opcache.max_accelerated_files = 30000

# Increase the amount of memory used for interned strings.
opcache.interned_strings_buffer=64

# Increase maximum length of logs.
log_errors_max_len = ${PHP_LOG_LIMIT}
log_errors_max_len = ${PHP_LOG_LIMIT}
2 changes: 2 additions & 0 deletions fpm/conf.d/50_fpm.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ short_open_tag = Off
session.auto_start = Off
max_execution_time = 300
fastcgi.logging = Off
# Files never change in production
opcache.validate_timestamps=0