972c413b19
* Add a way for users to specify custom upstream directives via .upstream.conf file; * MiaB-managed applications and user applications will now use different sockets;
16 lines
565 B
Text
16 lines
565 B
Text
## NOTE: This file is automatically generated by Mail-in-a-Box.
|
|
## Do not edit this file. It is continually updated by
|
|
## Mail-in-a-Box and your changes will be lost.
|
|
##
|
|
## Mail-in-a-Box machines are not meant to be modified.
|
|
## If you modify any system configuration you are on
|
|
## your own --- please do not ask for help from us.
|
|
|
|
# This socket is reserved for Mail-in-a-Box-specific services
|
|
upstream php-default {
|
|
server unix:/var/run/php/php-default.sock;
|
|
}
|
|
|
|
upstream php-fpm {
|
|
server unix:/var/run/php/php{{phpver}}-fpm.sock;
|
|
}
|