<div>hi all</div><div>    I am using nginx as a reverse proxy for neo4j(you can assume it as a http server). The problem is web page return by neo4j has ajax request which is sent to neo4j server.</div><div>    e.g.  the neo4j server is localhost:7474 . and nginx is bind to 8000</div><div>    http://domain:8000/webadmin/ will send to http://domain:7474/webadmin/ </div><div>    but the returned page will send ajax request with http://domain:7474/ajax-path</div><div>    I want to the ajax request is also sent to http://domain:8000/ajax-path. How to do this?</div><div>    Thanks.</div>