Re: Joomla (+Phoca Gallery) + nginx + php-fpm: Проблема при генерации картинок

Meison nginx-forum at nginx.us
Fri Aug 16 12:30:50 UTC 2013


Совсем забыл! Конфиг nginx.conf:

user user;
worker_processes 1;
pid /var/run/nginx.pid;
events {
worker_connections 1024;
use epoll;
}
http {
    fastcgi_cache_path /tmp/fcgi-cache/ levels=1:2   keys_zone=one:10m;
    sendfile on;
    sendfile_max_chunk  128k;
    postpone_output  1460;
    server_names_hash_bucket_size 64;
    client_max_body_size 15m;
        tcp_nopush on;
        tcp_nodelay on;
        keepalive_timeout 65;
        types_hash_max_size 2048;
        proxy_read_timeout 120;
         proxy_connect_timeout 120;
        server_tokens off;
        include /etc/nginx/mime.types;
        default_type application/octet-stream;
        access_log /var/log/nginx/access.log;
        error_log /var/log/nginx/error.log;

    gzip on;
    gzip_disable "msie6";
    ssi on;

        include /etc/nginx/conf.d/*.conf;
        include /etc/nginx/sites-enabled/*;
}

Posted at Nginx Forum: http://forum.nginx.org/read.php?21,241914,241933#msg-241933



Подробная информация о списке рассылки nginx-ru