location ~* \.xml(\?.*)?$ {
fastcgi_intercept_errors off;
fastcgi_pass unix:/tmp/xscript-multiple/xscript-yaru.sock;
fastcgi_param SERVER_PORT 80;
include fastcgi_params_yandex;
}

