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

