location ~* "\.xsl$" {
    return 404;
}

location @xscript {
    fastcgi_pass unix:/tmp/xscript-multiple/xscript-default.sock;
    fastcgi_intercept_errors on;
}
