1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-24 19:07:23 +01:00

use php5-fpm rather than our own custom launcher script for PHP+FastCGI

This commit is contained in:
Joshua Tauberer
2014-08-12 11:00:54 +00:00
parent 1312b0254b
commit 0eceb2012f
7 changed files with 28 additions and 151 deletions

8
conf/nginx-top.conf Normal file
View File

@@ -0,0 +1,8 @@
## NOTE: This file is automatically generated by Mail-in-a-Box.
## Do not edit this file. It will be replaced each time
## Mail-in-a-Box needs to update the web configuration.
upstream php-fpm {
server unix:/var/run/php5-fpm.sock;
}