In this article, we discuss the use of Nginx upstream module for HTTP and CGI (FastCGI) requests. Using Nginx upstream module is essential for scaling…
nginx
ansible – restart a (nginx) service only if it is running and the configuration is ok
Another ansible quick tip showing how to restart a program properly. We want to restart the program or the service only if it is running…
nginx with php fpm (fastcgi) and the warning – an upstream response is buffered to a temporary file /var/cache/nginx/fastcgi_temp
As the web grows and the technology advances the page size of the web sites also grows or just some times you might want to…
Tune nginx proxy cache – control the cache manager how to delete cached files
In most cases you’ll never want to modify the default settings for deleting cache items with proxy_cache_path directives. The problem is in a peak the…
how to disable effectively the deleting (purging) files from nginx proxy_cache (nginx cache manager process)
In peaks deleting files could kill your server and easily the traffic could degraded multiple times than normal if the nginx cache manager start deleting…
Check whether nginx cache manager is deleting files at the moment
Here is a tip for the webmasters (or system admins) to discover whether the nginx using proxy_cache to cache files is deleting files at the…