1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-04-01 21:27:22 +02:00

Ubuntu 20.04: Upgrade from PHP 7.2 to 7.4

This commit is contained in:
Daniel Mabbett
2020-04-24 14:25:43 +10:00
parent 1137bc471a
commit ef4fcd0173
7 changed files with 22 additions and 22 deletions

View File

@@ -7,6 +7,6 @@
## your own --- please do not ask for help from us.
upstream php-fpm {
server unix:/var/run/php/php7.2-fpm.sock;
server unix:/var/run/php/php7.4-fpm.sock;
}