Possible bug? Redirect 301 to 1st hostname in server_name list

Boris Dolgov boris at dolgov.name
Mon Nov 29 14:15:43 MSK 2010


On Mon, Nov 29, 2010 at 13:14, Dale Gallagher <dale.gallagher at gmail.com> wrote:
> Hi there
>
> We're running nginx 0.7.67 and PHP 5.2.14 for a virtual host, with the
> following config. host1 and host2 currently point to another server
> (DNS), so host3 is used for testing. When requesting host3/drupal
> nginx sends http 301 and the browser is redirected to host1/drupal
> (which is on another server). If I place host3 1st in the list, then
> everything works fine? Is this an nginx bug, or a config issue? If the
> latter, how should I configure nginx so that drupal behaves
> identically for all server_name's?
This is a config issue - use server_name_in_redirect off;


-- 
Boris Dolgov.



More information about the nginx mailing list