error_page 404 = /404.xml;
location = /404.xml {
	root /usr/local/www5/common;
        fastcgi_intercept_errors off;
	include fastcgi_params;
	fastcgi_pass unix:/tmp/xscript.sock;
}

