power-mailinabox/conf/nginx-top.conf
2020-04-13 00:55:48 +01:00

12 lines
427 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.
upstream php-fpm {
server unix:/var/run/php/php7.3-fpm.sock;
}