background preloader

Nginx

Facebook Twitter

Setup Server Blocks In Nginx On Ubuntu 14.04 LTS. Server Blocks (a.k.a Virtual Hosts in Apache webserver) are used to setup more than one domain or websites using a single IP address. This is very useful if anybody wants to run multiple websites using a single IP address on single VPS. VirtualHost is an Apache term. Nginx does not have Virtual hosts, it has “Server Blocks” that use the server_name and listen directives to bind to tcp sockets.

In this tutorial, let me show how to setup Server Blocks in nginx web server on Ubuntu 14.04 LTS. Be mindful that this tutorial is only tested On Ubuntu 14.04 32bit edition. I may not issue any assurance that this will work on all other Ubuntu lower versions and Ubuntu derivatives. Scenario For this tutorial, I will be using Ubuntu 14.04 32bit LTS, and I am going to host two testing websites called “unixmen1.local” and “unixmen2.local”. Install Nginx Webserver Prior to install nginx server, let us update our Ubuntu server: sudo apt-get update Now, install nginx web server using the following command: Nginx. How to Install Nginx + Php5 + Mysql + PhpMyAdmin in Debian Squeeze with Config Examples | Linux Debian Tutorials | Debian Squeeze Tutorials. Basic Nginx Configuration. Nginx With PHP5 | Tutorials - Guides.

Nginx (pronounced “engine x”) is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a Fedora 14 server with [...] Read more... Nginx (pronounced “engine x”) is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on an Ubuntu 11.10 server with [...] Nginx (pronounced “engine x”) is a free, open-source, high-performance HTTP server. Nginx (pronounced “engine x”) is a free, open-source, high-performance HTTP server. Nginx (pronounced “engine x”) is a free, open-source, high-performance HTTP server. Nginx (pronounced “engine x”) is a free, open-source, high-performance HTTP server. Linux - Nginx Tutorial. Securing PHP-FastCGI on Nginx | Scott Yang’s Playground.