Merge pull request #343 from Azure/user/jennylaw/perftuning

User/jennylaw/perftuning
This commit is contained in:
JennyLawrance 2020-09-23 11:54:04 -07:00 коммит произвёл GitHub
Родитель b4e666454f 9d891cfda0
Коммит 9a49ff1100
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 5 добавлений и 7 удалений

Просмотреть файл

@ -70,7 +70,7 @@ server {
fastcgi_read_timeout 300;
fastcgi_cache_bypass $skip_cache;
fastcgi_no_cache $skip_cache;
fastcgi_cache WORDPRESS;
fastcgi_cache off;
fastcgi_cache_valid 60m;
}

Просмотреть файл

@ -6,7 +6,7 @@ error_log /dev/stderr error;
pid /var/run/nginx.pid;
events {
worker_connections 2048;
worker_connections 10000;
}
@ -24,4 +24,4 @@ http {
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/modules-enabled/*.conf;
}
}

Просмотреть файл

@ -10,7 +10,8 @@ underscores_in_headers on;
# allow '.' chars in headers
ignore_invalid_headers off;
keepalive_timeout 65;
keepalive_timeout 315;
keepalive_requests 10000;
client_header_timeout 4m;
client_body_timeout 4m;
send_timeout 4m;

Просмотреть файл

@ -13,9 +13,6 @@ command=rc-service sshd start
[program:watch-log-files]
command=sh /usr/local/bin/super_log_files.sh
[program:watch-php-fpm]
command=sh /usr/local/bin/watch-php-fpm.sh
[program:php-fpm]
command=php-fpm
autostart=true