mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
tweaks in php and mariadb config for new phab version
This commit is contained in:
@@ -30,7 +30,7 @@ port = 3306
|
||||
socket = /var/lib/mysql/mysql.sock
|
||||
skip-external-locking
|
||||
key_buffer_size = 16M
|
||||
max_allowed_packet = 1M
|
||||
max_allowed_packet = 33554432
|
||||
table_open_cache = 64
|
||||
sort_buffer_size = 512K
|
||||
net_buffer_length = 8K
|
||||
@@ -44,6 +44,9 @@ log-error=/var/log/mariadb/mariadb.log
|
||||
# setting STRICT_ALL_TABLES for phabricator
|
||||
sql_mode=STRICT_ALL_TABLES
|
||||
|
||||
# decreasing the minimum word length
|
||||
ft_min_word_len = 3
|
||||
|
||||
# Point the following paths to different dedicated disks
|
||||
#tmpdir = /tmp/
|
||||
|
||||
|
||||
@@ -775,7 +775,7 @@ default_mimetype = "text/html"
|
||||
; Always populate the $HTTP_RAW_POST_DATA variable. PHP's default behavior is
|
||||
; to disable this feature.
|
||||
; http://www.php.net/manual/en/ini.core.php#ini.always-populate-raw-post-data
|
||||
;always_populate_raw_post_data = On
|
||||
always_populate_raw_post_data = "-1"
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; Paths and Directories ;
|
||||
|
||||
Reference in New Issue
Block a user