I have deployed Angular with a nginx service with docker yesterday. I now the following issue : when i go to the front page (/) it work fine, if i use a routerLink to go to different pages it work fine too, but when ever i'm on a page and i refresh i got a 404 :/
My guess is that when i'm on <url>/ it work fine because nginx just look after th index.html but when i'm on <url>/page/example it try to go throw some directory to find an index.html that doesnt exist.

