Blog

Nginx + PHP5-FPM Powered

December 14, 2013

Nginx + PHP5-FPM Powered

라즈베리 파이에서 실행중인 본 사이트는 웹서버를 Lighttpd에서 Nginx로 교체 했습니다. 이를위해서 참고한 사이트를 아래에 간략히 기록하면 다음과 같습니다.

Running a web server is one of the most common uses for the Raspberry Pi. In this tutorial I’m going to show you how to setup Nginx for serving static files (HTML, PNGs, etc.) but I’m also going to show how you how to set it up so that we can also serve PHP (which is probably the most popular server-side scripting language used on Linux). Let’s get started.

While the LAMP stack is very popular (Linux + Apache + MySQL + PHP) for powering WordPress, a lot of people have started using Nginx in place of Apache. This page aims to help those looking to configure WordPress with Nginx.

Array