Accessing/refresh a route directly in the browser like /login or /signup returns 404 Not Found.
I build the project and hosted the static files in the /html folder on the Nginx server. The server understands that the route is a folder, but it really isn't. Should I change something in the code block in Nginx, like location / {...} or something in Angular?