I want to access my app by enter a custom domain name in the browser, not by typing localhost:4200.
I installed nginx with homebrew. I added the following configuration in nginx.conf file:
My application is running on port 4200, I also added 127.0.0.1 idkexample.com in my /etc/hosts file, but I still cannot see my app when I access idkexample.com domain name. Could you help me, please?