
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.
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.
Browser Caching improves website speed and performance. Here’s how to enable leverage browser caching in NGINX.
NGINX status page allows you to monitor NGINX web server health. Here’s how to enable NGINX status page for your website.
Varnish Cache is cache module for improving website speed and performance with caching. Here’s how to install varnish cache for NGINX in CentOS, Redhat, Fedora.
NGINX SSL Configuration allows you to enable HTTPS on your websites and apps. Here is a step by step NGINX SSL configuration for your website.