atom feed11 messages in ru.sysoev.nginxRe: nginx load balancing
FromSent OnAttachments
Juan Angulo MorenoMar 3, 2012 9:10 pm 
Edho AriefMar 3, 2012 9:14 pm 
Juan Angulo MorenoMar 3, 2012 9:39 pm 
Edho AriefMar 3, 2012 9:41 pm 
Juan Angulo MorenoMar 3, 2012 9:42 pm 
Edho AriefMar 3, 2012 9:55 pm 
Valentin V. BartenevMar 4, 2012 6:03 am 
Juan Angulo MorenoMar 4, 2012 6:07 am 
Juan Angulo MorenoMar 4, 2012 6:09 am 
Edho AriefMar 4, 2012 6:10 am 
António P. P. AlmeidaMar 4, 2012 7:02 am 
Subject:Re: nginx load balancing
From:Edho Arief (ed@myconan.net)
Date:Mar 3, 2012 9:14:08 pm
List:ru.sysoev.nginx

2012/3/4 Juan Angulo Moreno <apos@gmail.com>:

Hi,

I try configure nginx load balancing with 3 nodes but never show images or ccs style from nodes and always obtain this error:

2012/03/03 22:36:43 [error] 11321#0: *7 open() "/usr/local/nginx/html/melchor.jpg" failed (2: No such file or directory), client: 181.XX.XX.XX, server: edge.lb.tld, request: "GET /melchor.jpg HTTP/1.1", host: "edge.lb.tld", referrer: "http://edge.lb.tld/" 2012/03/03 22:38:16 [error] 11321#0: *19 open() "/usr/local/nginx/html/css/style.css" failed (2: No such file or directory), client: 200.XX.XX.XX, server: edge.lb.tld, request: "GET /css/style.css HTTP/1.1", host: "edge.lb.tld", referrer: "http://edge.lb.tld/"

If this is the load balancer's error log, seems like the config hasn't been reloaded. Try `pkill -HUP nginx`.