Backbone.js rewrite for Nginx
location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.html break; } }