BIP KB Tag: nginx
How To Install NGINX On CentOS 6
Install Nginx
*WARNING* For this how to (Install Nginx) we will be using a third party yum repository.
First we will install the third party repository provided by EPEL (Extra Packages for Enterprise Linux). More details can be found here: Fedora EPEL Project
To install the yum EPEL Repo run the below command as root:
rpm -Uhv http://mirror.cogentco.com/pub/linux/epel/6/i386/epel-release-6-8.noarch.rpm
Now lets inst...
By fro, March 17, 2015
How To Proxy Port 80 To 2368 For Ghost With Nginx
Intro to Port 80
Follow this tutorial to install Ghost. Make your Ghost blog accessible on port 80 instead of 2368.
We will use Nginx to proxy all requests for port 80 to 2368. Start by installing Nginx with one of the following commands, depending on what operating system you are running:
CentOS
For CentOS the first thing you will need to do is create a Nginx yum repository:
vim /etc/yum.repos.d/nginx.repo
an...
By peggy, May 6, 2015
How to configure auto-update of Let’s Encrypt certificates with Nginx
Let’s Encrypt is a free, automated, and open certificate authority (CA), run for the public’s benefit. One of the features of Let’s Encrypt is ninety-day lifetimes for certificates. There are many tutorials how to automate the procedure of updating certificates.
All of them have their pros and cons. For example you must manually create folders and files or stop web-server for several minutes... I think I found one of ...
By ivan, August 9, 2016