Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: X-Accel-Redirect
 
 
Hello Alexander,
AS> или как хотя бы дополнительную диагностику провести?
собрать nginx с debug (--with-debug)
в секции events {} конфига прописать debug_connection <ваш ip>
примерно так
events {
       ...
       debug_connection 1.2.3.4;
       ...
}
сделать запрос
в error_log от nginx  посмотреть что происходит.
-- 
Best regards,
 Andrew                            mailto:sitnikov@xxxxxxxxxx
 
 |