Sometimes you may need to use NGINX as reverse proxy for Django. Here is how to use NGINX with Django.
Nginx
How to Count Unique IPs & Requests per IP in NGINX
Sometimes you may need to count unique IPs and requests per ip in NGINX. Here is how to count them in a single line of command.
How to Host Multiple Domains on One Server in NGINX
NGINX allows you to host multiple websites on a single IP or server using virtual hosts. Here is how to host multiple domains on one server in NGINX.
How to Uninstall NGINX from Ubuntu
Sometimes you may need to completely remove NGINX from your system due to performance issues or other reasons. Here is how to uninstall NGINX from Ubuntu.
How to Install NGINX with GeoIP Module
GeoIP module allows you to perform geo-based operations in NGINX. Here is how to install NGINX with GeoIP module.
How to Block IP By Country in NGINX
Sometimes you may need to restrict access from specific country or geo location. Here is how to block IP country in NGINX.
How to Use NGINX as Reverse Proxy for NodeJS
Sometimes you may need to use nginx with nodejs. Here are the steps to configure NGINX as reverse proxy for NodeJS application.
How to Redirect 403 to 404 in NGINX
403 HTTP response code means access forbidden. Here is how to redirect 403 to 404 in NGINX to protect your website from security vulnerabilities.
How to Enable Keep Alive in NGINX
Keep Alive header improves website speed and performance. Here is how to enable keep alive in NGINX.
How to Redirect Subdirectory to Root in NGINX
When you move your website you need to redirect its pages to its new location. Here is how to redirect subdirectory to root in NGINX.