#paste this in nginx conf file location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.html break; } }