1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-11-23 02:27:05 +00:00
mailinabox/conf/nginx-top.conf
Michael Heuberger 2a0cd8bfd8 Place the PHP version into a variable (#2307)
Also
- trims a few trailing whitespace characters
- gitignores VS code workspace
2023-12-20 10:04:35 +13:00

13 lines
434 B
Plaintext

## 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/php{{phpver}}-fpm.sock;
}