Wiki articles tagged with "nginx"

Showing 1-4 of 4 items.

yii2-app-advanced on single domain (Apache, Nginx)

Created 9 years ago by MadAnd, updated 3 years ago by QuPsi.

If you develop rather complex applications with Yii2, you might already be familiar with yii2-app-advanced application template. Well, the template is awesome and provides high flexibility regarding code/configuration sharing among parts of an application.

4 0
14 followers
Viewed: 146 601 times
Version: 2.0
Category: How-tos

Using Yii with Nginx and PHP-FPM

Created 13 years ago by Leric, updated 13 years ago by grigori.

This config is built on an Ubuntu 11.04 server. Software is nginx, php-fpm (php5-fpm). For performance, it's recommended to run php-fpm in SOCKET mode, instead of accessing via IP:PORT. That is the method shown below.

18 0
20 followers
Viewed: 112 003 times
Version: 1.1
Category: How-tos

Single PHP entry point with Nginx

Created 9 years ago by MadAnd, updated 9 years ago by MadAnd.

In this article I will show you how to slightly increase application security, by exploiting the fact that Yii implements the Front Controller Pattern.

4 0
3 followers
Viewed: 18 375 times
Version: all
Category: How-tos

Using Nginx and Apache2 in separate distributed servers (ie, Amazon EC2 instances)

Created 11 years ago by Luis Lobo Borobia, updated 7 years ago by Luis Lobo Borobia.

We are running one frontend running NGINX and several app servers running Apache2. There are several issues we have come across but right now I'll be documenting one of them. I'll be completing this article when I get more time.

2 0
2 followers
Viewed: 14 867 times
Version: all
Category: Tips