Melvin C Varghese (melvincv)
Cloud Chronicles with Melvin

Cloud Chronicles with Melvin

Follow
Follow
homeSeries ListAbout Me
Tag

nginx

#nginx

More content

Read more stories on Hashnode


Articles with this tag

FastCGI Micro Cache in NGINX

Sep 2, 20233 min read

Introduction FastCGI Micro Cache is a caching mechanism that caches dynamic content in front of a web server with NGINX. It is the most efficient way...

FastCGI Micro Cache in NGINX

gzip compression of static files in NGINX

Jul 31, 20232 min read

As a DevOps or Ops Engineer, you are likely familiar with the importance of optimizing website performance. One way to improve website speed is by...

gzip compression of static files in NGINX

Cache Control Header in NGINX

Jul 28, 20233 min read

The Cache-Control header is a powerful tool that can be used to control how a browser caches a resource. Here are some real-world examples of how to...

Cache Control Header in NGINX

Buffers and Timeouts in NGINX

Jul 25, 20233 min read

Introduction In the world of web servers and content delivery, Nginx has emerged as one of the most popular and efficient solutions. One of the key...

Buffers and Timeouts in NGINX

NGINX Worker Processes and Connections

Jul 21, 20232 min read

Worker processes When we start the NGINX service, we get a master process which we can view using systemctl. This master process then spawns worker...

NGINX Worker Processes and Connections

Server-side processing using php-fpm

Jul 20, 20233 min read

PHP is a popular scripting language that is often used to create dynamic web pages. However, PHP can be resource-intensive, especially on high-traffic...

Server-side processing using php-fpm