Posts tagged "Performance"

Tweaking nginx for serving static content

Last updated
For a recent project, we decided to use the nginx webserver as our primary web server. It is easy, relatively light-weight, and it seemed to suit our needs quite well. The project had a lot of static content - HTML, JavaScript, CSS and image files. Of course, we wanted to achieve a high performance with as many concurrent requests being served as possible. This is what we did. Setup First of all, it is worth to mention the setup. — Read more... →