6 messages in ru.sysoev.nginxLoad Balance Advice
FromSent OnAttachments
Alan WilliamsonJun 23, 2008 2:36 pm 
Igor SysoevJun 23, 2008 11:52 pm 
Alan WilliamsonJun 24, 2008 12:07 am 
Igor SysoevJun 24, 2008 12:10 am 
Alan WilliamsonJun 24, 2008 1:15 am 
Igor SysoevJun 24, 2008 1:36 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Load Balance AdviceActions...
From:Alan Williamson (alan@public.gmane.org)
Date:Jun 23, 2008 2:36:01 pm
List:ru.sysoev.nginx

All,

I have been using lighttpd for a long time now, sitting in front of a series of back end servers. I have been told to check out nginx because lighttpd is now starting to consume near on 100% of the CPU.

I have setup nginx as a frontend load balancer and so far good, except got a wee problem with the content coming back. nginx seems to be rewriting all the URL hosts inside the returned content, to "myproject".

I do not wish nginx to fiddle with the content at all. No need to. Just leave it please! ;)

I have pasted the "standard" example here

___________________________

upstream myproject { server 10.0.0.150:80 weight=3; server 10.0.0.153:80; }

server { listen 80; server_name localhost; location / { proxy_redirect off; } }

___________________________

What have i missed?

thanks again for any input

a

-- Alan Williamson

Try our free registrationless email/sms reminder http://yourli.st/

b: http://alan.blog-city.com/