On Tue, Mar 04, 2014 at 06:10:31AM -0500, zuckbin wrote:

Hi there,

> in firebug i can see this many times:
> 
> GET www.aaa.com 301 Moved Permanently aaa.com
> 
> it seem this is not redirect well

This seems to say the when you ask for http://www.aaa.com/, you are
redirected to http://aaa.com/.

The config fragment you provided showed that you should be redirected to
http://www.bbb.com/.

I suspect that the config fragment you provided is not the relevant part
of the configuration file that is actually being used by nginx.

The output of "curl -i http://www.aaa.com/"; will probably be useful to
see if your nginx is being used at all.

        f
-- 
Francis Daly        fran...@daoine.org

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to