location ~* \.(txt|asp|xhtml)(\?.*)?$ {
	fastcgi_pass    unix:/tmp/xscript-multiple/xscript-default.sock;
	include fastcgi_params_yandex;
	}

