In this video, we will discuss how to configure NGINX when hosting an Angular application so that refreshing a page does not give you a 404 error. Watch the full video for a better understanding.
======================================
CODE i used-
try_files $uri $uri/ /index.html;
======================================
Dont forget to like, share and Subscribe.