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.

Setup Server Blocks In Nginx On Ubuntu 14.04 LTS

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. Nginx. How to Install Nginx + Php5 + Mysql + PhpMyAdmin in Debian Squeeze with Config Examples. Basic Nginx Configuration. 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. Linux - Nginx Tutorial. Securing PHP-FastCGI on Nginx.