1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-07 16:17:23 +01:00

Change all occurrences of PHP 7.2 to PHP 7.3

This commit is contained in:
David Duque
2020-04-13 00:55:48 +01:00
parent edb03b7862
commit 8d7f6bfb19
3 changed files with 5 additions and 5 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.3-fpm.sock;
}