NGINX allows you to deny IP address, restrict IP address for allowing/blocking access. Here’s how to block IP address in NGINX.
Nginx
How To Whitelist IP in Nginx
NGINX allows you to whitelist IP addresses and allow access to specific IP ranges. Here’s how to whitelist IP in NGINX for domain, subdomain, URL, location.
How to Redirect Location to Another Domain in NGINX
You need to redirect old URLs when you change website domain. Here’s how to redirect location to another domain in NGINX.
How To Change Nginx Port Number in Ubuntu
Sometimes, you may need to run NGINX on a different port number. Here’s how to change NGINX port number in Ubuntu.
How To Rewrite URL With Parameters in NGINX
Sometimes you may need to rewrite URL with parameters in NGINX. Here’s how to rewrite query string or part of URL in NGINX.
How To Move Nginx Web Root to New Location on Ubuntu 18.04
You need to move NGINX web root to new location during website migration. Here’s how to change NGINX root directory in CentOS & Ubuntu.
How To Disable NGINX Cache
If your NGINX server cache doesn’t work properly, you might need to delete cache. Here’s how to disable NGINX cache.
How to Redirect 404 to Homepage in NGINX
NGINX allows you to redirect pages to different URLs. Here’s how to redirect 404 to homepage in NGINX.
How To Implement NGINX Reverse Proxy
NGINX Reverse Proxy helps loads balancing and improves security. Here’s how to implement NGINX Reverse Proxy.