Gateway timeout phpmyadmin (NGINX+Apache)

http://c.vestacp.com/0.9.8/rhel/nginx-long.conf
http://c.vestacp.com/0.9.8/rhel/httpd-long.conf
PHP & MYSQL

max_execution_time 350
max_input_time 600
mysql.connect_timeout 600
default_socket_timeout 600

NGINX

Файл /etc/nginx/nginx.conf

после http{

    proxy_connect_timeout       1000;
    proxy_send_timeout          1000;
    proxy_read_timeout          1000;
    send_timeout                1000;
    client_header_timeout  10m;
    client_body_timeout    10m;
Обновлено: 20/01/2017 — 17:25

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *