ScaleScaleScaleScale

Tips / Nginx

Archive for Framework Configuration

Nginx Configuration for Textpattern

Textpattern is an elegant CMS. It is a free open source software that allows web developers, designers, and bloggers to publish their content within a clean and easy interface. One especially good thing about Textpattern is the fact that developers and designers have the ability to control all aspects of the XHTML and CSS from the […] Read more

Nginx Yii Framework Configuration

Yii Framework is a popular high performance PHP framework that helps developers to build fast Web 2.0 apps. Some of it’s features are: MVC, DAO/ActiveRecord, I18N/L10N, caching, authentication and role-based access control, scaffolding, testing, among others. On this tutorial I will share you a basic Yii +Nginx + PHP-FPM configuration. For this to work you […] Read more

CodeIgniter Nginx Configuration

Following our Nginx Configuration for PHP Frameworks guides, today I will share you the CodeIgniter nginx configuration to get it working using Nginx web server. According to the author’s own words: CodeIgniter is a full Baked PHP Framework, proven to be agile & open PHP web application framework with a small footprint. So, if you […] Read more

Nginx configuration for CakePHP framework

CakePHP is a free open-source development framework for PHP. This fabulous framework can enable you to work in a structured and rapid way, without losing any flexibility while you write the code. Today we are going to share you a basic CakePHP configuration for Nginx webserver. I will assume you have nginx and php-fpm properly […] Read more