502 уступили место 504

DenisM nginx-forum at nginx.us
Mon Sep 2 09:33:19 UTC 2013


Привет.
После включения кеша fastcgi ошибки 502 сменились на 504. Это ожидаемое
поведение?

    fastcgi_cache_path /var/cache/nginx
        levels=2
        keys_zone=NAME:50m
        max_size=1024m
        inactive=5m;
    fastcgi_temp_path /var/cache/nginx/fastcgi_temp;
    fastcgi_cache_key
$cookie_uid|$scheme|$request_method|$host|$request_uri";
    fastcgi_cache_methods GET HEAD;
    map $request_uri $no_cache {
        default 1;
        ~/gsa/index 0;
        ~/product/ 0;
    }
    fastcgi_no_cache $no_cache;
    fastcgi_cache_bypass $no_cache;

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



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