Category: WordPress

Azure set CDN Profile

Add Azure CDN to your WordPress Site

Serving static files from a CDN (Content Delivery Network) has various benefits for a website. As your visitors loading your static files, like images, js and css from a different server then yours and often directly from their region, the load time can improve a lot. Your serves payload goes down as well. Setup a CDN on Azure Utilizing...

Nginx Azure WordPress Ubuntu Setup

Setup WordPress with Nginx on Ubuntu VM at Azure

In the last article we installed MySQL, before that we installed and configured PHP. Now it is time to install WordPress, make a few changes to our MySQL setup and finally create a WordPress blog in our own Ubuntu Azure cloud environment. Overview: Install and Setup Nginx on Azure with a Ubuntu VM PHP with Configuration MySQL Setup WordPress Configure...

MySQL Ubuntu Azure enter Root Password

Add MySQL to Nginx Ubuntu VM on Azure

The next step on my way to run WordPress on an Azure Ubuntu VM with Nginx, is to install MySQL. This is not that complicated, so lets just jump right into it. Overview: Install and Setup Nginx on Azure with a Ubuntu VM PHP with Configuration MySQL Setup WordPress Configure Nginx and WordPress Please be aware that the steps I describe in...

Running Nginx and PHP on your Ubuntu VM on Azure

Configure PHP for Nginx on a Ubuntu VM within Azure

In the next step, on our way to run WordPress with Ngnix on Azure with Ubuntu, we have to set up PHP. To start, just turn on your Ubuntu VM from Step 1, login and follow the steps below. Overview: Install and Setup Nginx on Azure with a Ubuntu VM PHP with Configuration MySQL Setup WordPress Configure Nginx and WordPress Please...

Azure NGINX Ubuntu Result

Setup Nginx and Ubuntu on Azure

While migrating a WordPress site from Apache to Nginx on AWS, I started setting up the equivalent environment in Azure and thought it would be nice to write the steps down. First I want to start with the basic setup. Overview: Install and Setup Nginx on Azure with a Ubuntu VM PHP with Configuration MySQL Setup WordPress Configure Nginx and WordPress Please...