Web Server/Proxy#
NGINX is used as the web server in this application. It serves several purposes.
Static web server#
The first role of the NGINX web server is to statically serve the public directory. This includes static content primarily of the .HTML, .CSS, and .JS type.
It also serves out static content such as images and PDF documents.