We recently switched to Ubuntu 20.04 from Windows, and I am here to seek suggestions and recommendations for my use case.
I have installed Nginx web server on my Ubuntu VM (my_server_name) and we would like to serve several HTML files via Nginx to display in a front-end application. The HTML files content is mainly based on maps and animations, and some HTML files also have associated JS and CSS files. There can be many concurrent users of the front-end app at the same time.
Several Nginx tutorial links over the Internet recommends creating server blocks. My question is, do I need server blocks for my use case? or is it appropriate to dump all HTML files inside /var/www/html directory to display in front end app?
I have checked Nginx wiki and docs for optimization and tuning tips, but would very appreciate and welcome suggestions and recommendations for my use-case scenario.