how to fix 404 not found error on page refresh with nginx web server

Опубликовано: 28 Сентябрь 2024
на канале: GSoft Knowledge
9,612
72

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.