Tag archives: nginx

RSS feed of nginx

FastCGI Caching With Nginx

FastCGI Caching With Nginx

Nginx is a fast, robust webserver. You can vastly the performance of your web application, when you combine Nginx and the FastCGI caching module.

This article assumes you have Nginx installed and setup. We will also use Worpress to test caching. If you need help, follow our Wiki article 'Installing Nginx on Ubuntu' ...

Read More


Deploy a Rails App on Ubuntu 14.04 with Passenger and Nginx

Deploy a Rails App on Ubuntu 14.04 with Passenger and Nginx

Introduction

This tutorial is for Ruby on Rails developers wishing to host their web apps. We will show you how to install and use Phusion Passenger as your web server. Passenger can be used with Nginx or Apache with the benefits of easy installation, configuration, and maintainance.

Step 1 - Create Server

To create a server ...

Read More


How to Install nginx on Ubuntu 12.10

How to Install nginx on Ubuntu 12.10

Introduction

Nginx is a free, Open Source Web server. It is much more lightweight than Apache and it can be used as the main web server software or be set up as a reverse proxy for Apache.

...

Read More