Skip to content
Merged
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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.4
1.4.5
11 changes: 0 additions & 11 deletions php/www.conf
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,6 @@ php_admin_flag[allow_url_fopen] = on
php_admin_flag[allow_url_include] = off
php_admin_value[open_basedir] = /var/www/html:/tmp:/usr/share/php:/usr/local/lib/php

; Performance
php_value[opcache.enable] = 1
php_value[opcache.memory_consumption] = ${PHP_OPCACHE_MEMORY}
php_value[opcache.max_accelerated_files] = ${PHP_OPCACHE_MAX_FILES}
php_value[opcache.validate_timestamps] = ${PHP_OPCACHE_VALIDATE_TIMESTAMPS}
php_value[opcache.revalidate_freq] = ${PHP_OPCACHE_REVALIDATE_FREQ}

; Production optimizations
php_value[opcache.save_comments] = 0
php_value[opcache.enable_file_override] = 1

; Catch workers output for debugging
catch_workers_output = yes
decorate_workers_output = no
Expand Down