
Sometimes you may need to change NGINX autoindex output format. Here are the steps to do it.
Sometimes you may need to ignore certain requests or URLs from being recorded in NGINX log. Here is how to exclude requests from NGINX log.
Sometimes you may need to block specific URLs in NGINX. Here is how to block URL parameters in NGINX.
Sometimes you may be unable to access NGINX from external public ip or outside box. Here is how to fix this issue.
uwsgi is an application container for websites & applications. Here is how to setup uwsgi with NGINX for python.
It is important to prevent host header attacks on your servers. Here is how to prevent host header attack in NGINX.
Sometimes you may need to allow only local IP addresses in NGINX. Here are the steps to allow local network in NGINX.
Sometimes you may need to block direct access to images on your website. Here is how to prevent direct access to images in NGINX.
Brotli is a popular compression algorithm developed by Google. Here is how to install Brotli for NGINX in Ubuntu.