78d71498fa
* Add the PHP PPA. * Specify the version when invoking the php CLI. * Specify the version in package names. * Update paths to 8.0 (using a variable in the setup scripts). * Update z-push's php-xsl dependency to php8.0-xml. * php-json is now built-into PHP. Although PHP 8.1 is the stock version in Ubuntu 22.04, it's not supported by Nextcloud yet, and it likely will never be supported by the the version of Nextcloud that succeeds the last version of Nextcloud that supports PHP 7.2, and we have to install the next version so that an upgrade is permitted, so skipping to PHP 8.1 may not be easily possible.
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;
|
|
}
|