This commit is contained in:
岳松
2016-09-16 08:25:05 +08:00
parent 541ae07ba3
commit 747a372dd4
2 changed files with 2 additions and 2 deletions

2
my.cnf
View File

@@ -13,4 +13,4 @@ write_buffer = 4M
#
# include all files from the config directory
#
!includedir /etc/my.cnf.d
!includedir /etc/my.cnf.d

View File

@@ -38,7 +38,7 @@ http {
fastcgi_read_timeout 300;
fastcgi_buffers 8 16k;
fastcgi_buffer_size 16k;
fastcgi_busy_buffers_size 128k;
fastcgi_busy_buffers_size 64k;
fastcgi_temp_file_write_size 128k;
gzip on;