location ~* \.xml$ {
	 fastcgi_intercept_errors on;
	 fastcgi_pass    unix:/tmp/xscript-multiple/yandex-team.sock;
	 include fastcgi_params_yandex;
	 }

