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:
8
conf/nginx-top.conf
Normal file
8
conf/nginx-top.conf
Normal 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user