Added PHP 7.2 support + minor bugfixes and performance tweaks

Note when applying this update you will have to update existing nginx vhosts to match new listening addresses (IPv6). Preferably you should update them to unix socket though and apply the changes to the tor hidden service config as well
This commit is contained in:
Daniel Winzen
2018-02-10 22:10:07 +01:00
parent c65055a9bb
commit fa24bb61ec
95 changed files with 3075 additions and 59 deletions

View File

@ -4,15 +4,15 @@ innodb_buffer_pool_instances=1
#myisam_sort_buffer_size=200K
#bulk_insert_buffer_size=1M
#sort_buffer_size=1M
innodb_log_buffer_size=8M
innodb_log_file_size=64M
innodb_log_buffer_size=16M
innodb_log_file_size=128M
innodb_flush_log_at_trx_commit=2
#innodb-defragment=1
skip-name-resolve=1
query_cache_size=128M
query_cache_limit=4M
max_connections=500
table_open_cache=5000
table_open_cache=15000
tmp_table_size=16M
max_heap_table_size=16M
join_buffer_size=4M