
Sometimes you may need to disable ETag header from server response. Here is how to disable ETag in NGINX server.
Sometimes you may need to disable ETag header from server response. Here is how to disable ETag in NGINX server.
Sometimes NGINX gives 413 Request too large error. Here is how to fix NGINX 413 request too large error.
Sometimes you may need to redirect www URL to non-www URL. Here is how to remove www from domain URL in NGINX.
Sometimes you may need to redirect HTTP to HTTPS or enforce HTTPS on your website. Here is how to redirect HTTP to HTTPS in NGINX.
NGINX basic authentication allows you to protect servers, websites, virtual hosts and web pages. Here is how to configure basic authentication in NGINX.
URL rewrite and redirect both allow you to serve content from different URL. Here is the difference between url rewrite vs redirect in NGINX.
NGINX allows you to configure custom 404 pages for your website. Here is how to create custom 404 page in NGINX.
GZIP Compression reduces server load and improves server usage. Here’s how to enable NGINX Gzip compression for your server.