NGINX

Learn how to configure and enable NGINX to server static files of our application.

What is NGINX?

Now that we have the back-end taken care of, we have to have something that can serve up the static files of the front-end application. NGINX is a ...