From the category archives:

Nginx

How To Install Nginx And PHP-FPM On CentOS 6 Via Yum

by lifeLinux on February 16, 2012

In the last article, I showed you how to install Nginx and PHP (PHP-FPM) on CentOS 6 from source. Today, I’m going to show you how to install Nginx with PHP-FPM via yum.

{ 12 comments }

How To Install Nginx And PHP (PHP-FPM) On CentOS 6

by lifeLinux on September 15, 2011

In this article, I’ll go over the steps of how to install Nginx and PHP (PHP-FPM) working together on CentOS 6. To start I used clean version of CentOS 6.

{ 22 comments }

Nginx 413 Request Entity Too Large

by lifeLinux on August 26, 2011

I’m currently running web server using Nginx. And when i try to upload file more than 1M, i got Nginx error 403: Request entity too large. How do I fix this problem and allow file upload upto 2MB in size?

{ 0 comments }

How To Optimize Nginx For Maximum Performance

by lifeLinux on August 25, 2011

Nginx is an open-source Web Server. It is a high-performance HTTP server that uses very low server resources, is reliable and integrates beautifully with Linux. In this article, I’ll talk about optimizing your nginx server for maximum performance.

{ 5 comments }