Posts tagged "nginx" :

Redirect www to non-www with Nginx

6 min read

#NGINX#CentOS

This tutorial will show you how to redirect a www URL to non-www, e.g., www.example.com to example.com, with NGINX. We will also show how to redirect the other way, from a non-www URL to www. While the examples are based on CentOS, the steps are pretty much the same for any OS.

Block User-Agents and Referers on NGINX or Apache

6 min read

#Apache#NGINX#Security

You may notice that some bots often visit and scan your website aggressively, which wastes a lot of web server resources. Fortunately, it is possible to block those bots based on their user-agent string. This article will go in-depth on how to block specific user agent(s) and referers on a NGINX or Apache web server.

Top 5 Errors Renewing SSL Certificate with Nginx and How to Fix Them

5 min read57 VIEWS

#Nginx#Lets Encrypt#SSL#CertBot

This guide covers some of the most common checks you need to perform when troubleshooting issues with renewing SSL certificates using Nginx.

Renew Expired SSL Certs

10 min read153 VIEWS

#SSL#Nginx#Apache#Lets Encrypt#CertBot

In this tutorial, you will learn how to manually renew your expired SSL certificates and also how to automatically renew SSL certificates with Apache or NGINX from Let’s Encrypt prior to their expiration date.

HTTP Strict Transport Security for NGINX and Apache

6 min read69 VIEWS

#Apache#HSTS#HTTPS#NGINX#Security#SSL#TLS

This tutorial will show you how to set up HSTS in NGINX and Apache. It has been tested with NGINX 1.1.19 and Apache 2.2.22 on Ubuntu 12.04, Debian 6 & 7 and CentOS 6. However, these are just the referenced versions and it should work on other distributions as well.

OCSP Stapling on NGINX and Apache

7 min read124 VIEWS

#Apache#NGINX#CRL#OCSP#OCSP-Stapling#Revocation#SSL#TLS

This post will review what OCSP stapling is and does. We'll also lay out the steps necessary to configure OCSP Stapling on both NGINX and Apache.

How To Setup SSL For Free

10 min read72 VIEWS

#SSL#NGINX#Apache#SSLForFree

This tutorial will show you how to acquire and install an SSL certificate from a trusted Certificate Authority (CA) for absolutely free.

Harden SSL Security on NGINX

13 min read810 VIEWS

#NGINX#SSL#TLS

In this tutorial, we will show you how to set up secure SSL protection on an NGINX web server to help mitigate malicious attacks.

How to Install the MEAN Stack on CentOS

13 min read149 VIEWS

#MongoDB#Node.js#PM2#NGINX#Angular-CLI#Express#Angular

In this post, we will install a MEAN stack (MongoDB, Express.JS, Angular, and Node.JS) on CentOS. These steps have been tested on CentOS 7, but they should work fine on CentOS 6 as well.