34k+
News
Guide
API
Wiki
Forum
Community
Places
Members
Hall of Fame
Badges
More
Learn
Books
Resources
Develop
Download Yii
Extensions
Report an Issue
Report a Security Issue
Contribute to Yii
Donate
About
Release Cycle
License
Team
Official Logos and Design
Login
Using Yii with Nginx and PHP-FPM
Comparing
#5
with
#6
Revision #6 was created by
grigori
on Jul 20, 2011, 1:30:00 PM.
added listen.allowed_client line
« Previous (#5)
Content
[...]
~~~
[phpfpm]
;listen = /var/run/php5-fpm.sock
listen = 127.0.0.1:9000
listen.allowed_clients = 127.0.0.1
listen.owner = USER
listen.group = GROUP
listen.mode = 0666
;listen.backlog = 4096
user = USER
group = GROUP
[...]