
It is important to prevent image hotlinking to save server resources and data bandwidth. Here’s how to prevent image hotlinking in NGINX web server.
It is important to prevent image hotlinking to save server resources and data bandwidth. Here’s how to prevent image hotlinking in NGINX web server.
It is important to secure NGINX server to protect from malicious attacks. Here’s how to harden NGINX server for your website.
NGINX virtual hosts allow you to host multiple websites and domains in same web server. Here’s how to setup NGINX virtual hosts on CentOS.
Sometimes NGINX may give 503 service temporarily unavailable error if it is overloaded. Here’s how to fix 503 service temporarily unavailable error in NGINX.
Sometimes NGINX server may give 500 Internal Server Error due to various reasons. Here’s how to fix 500 Internal Server Error in NGINX.
You get 504 Gateway Timeout error when NGINX proxy server times out while waiting for response from web server. Here’s how to fix 504 Gateway Timeout Error in NGINX.
NGINX allows you to deny IP address, restrict IP address for allowing/blocking access. Here’s how to block IP address 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.