Using nginx, I want to preserve the url, but actually load the same page no matter what. I will use the url with History.getState() to route the requests in my
History.getState()
I think this will do it for you:
location / { try_files /base.html =404; }