nginx

8 posts

Upgrade to latest nginx on Debian

By default, Debian 7 comes with nginx 1.2.x which is a little bit out-dated. This short tutorial will introduce how to upgrade to latest nginx on Debian. First, add necessary wheezy-backports to the sources.list (/etc/apt/sources.list): [bash]deb http://ftp.de.debian.org/debian/ wheezy-backports main contrib non-free[/bash] Then, update with the new source: [bash]aptitude update aptitude -t wheezy-backports install […]

Setting up Nginx, HHVM, and Percona for Laravel

HHVM is an open-source virtual machine designed for executing programs written in Hack and PHP. HHVM uses a just-in-time (JIT) compilation approach to achieve superior performance while maintaining the development flexibility that PHP provides. This tutorial guides how to set up Nginx, HHVM, and Percona for Laravel Projects on Ubuntu. First, we need to update system […]