Archives

Setting up nginx on Ubuntu 12.04 LTS for a test server

This guide walks through the steps of setting up nginx on a test server for use with a WordPress site. This guide assumes you already have Ubuntu 12.04 installed. For this guide we will be setting up nginx from source.  First we need to install the pre-requisites. 1 sudo apt-get install libpcre3-dev build-essential libssl-devsudo apt-get […]