0๐
โ
try_files / /index.html;
This loops back to your location /
, change it to try_files $uri $uri/ /index.html =404;
should solve your problem
Source:stackexchange.com