Hi Maxim,
Thanks for the reply, a great help. works as expected now :-)
Have a good weekend
Cheers
Nick
On Fri Jul 26 11:03:21 2013, Maxim Dounin wrote:
Hello!
On Fri, Jul 26, 2013 at 10:33:42AM +0100, Nick Toseland wrote:
> Hi All,
>
> I am struggling to get keepalives to work
Hi All,
I am struggling to get keepalives to work on Nginx, I believe I have
added the necessary configuration. Can you take a look and suggest where
I may be going wrong or what I am missing?
We have a nginx server that sits in front of a varnish server which sits
in front of the back-end s
Hi All,
I have the following code:
location = /favicon.ico {
if ($host = "abc.com"){
return 301 "http://www.abc.com/favicon.ico";;
}
}
If I make a request to abc.com/favicon.ico I get a 301 an