﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
192	504 Gateway Time-out for proxyed site after Server IP change	Cenarius	somebody	"I have this config:
{{{
server {
	listen			80;
	server_name		testsite.com;
	access_log		logs/access-testsite.com.log;
	error_log		logs/errors-testsite.com.log;

	location / {
		proxy_pass	http://testsite.com:81/;
	}
}
}}}
If Server IP changes while nginx is running you will get 504 Gateway Time-out when trying to go http://testsite.com/
After nginx is restarted, http://testsite.com/ works ok."	defect	closed	minor		nginx-core	1.3.x	invalid			Windows 8 x64 Consumer Preview	nginx version: nginx/1.1.13
