Welcome! Log In Create A New Profile

Advanced

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

September 02, 2013 05:33AM
Привет.
После включения кеша 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;
Subject Author Posted

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

DenisM September 02, 2013 05:33AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 286
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready