mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
d773140502
* Install PHP7 via a PPA, enable unattended upgrades for the PPA, and switch all of our PHP configuration to the PHP7 install. * Keep installing PHP5 for ownCloud/Nextcloud packages because we need it to possibly run transitional updates to ownCloud/Nextcloud versions less than 12. But replace PHP5 packages with PHP7 packages elsewhere. * Update to Nextcloud 12 which requires PHP7, with a transitional upgrade to Nextcloud 11.0.3. * Disable TLS cert validation by Roundcube when connecting to localhost IMAP and SMTP. Validation became the default in PHP7 but we don't necessarily have a (non-self-)signed certificate and it definitely isn't valid for the IP address 127.0.0.1. Merges #1140
13 lines
427 B
Plaintext
13 lines
427 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/php7.0-fpm.sock;
|
|
}
|
|
|