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

add logic to migrate from php8.0 to php8.1

This commit is contained in:
KiekerJan
2023-09-29 14:50:02 +02:00
parent e419b62034
commit 8884f41414
12 changed files with 77 additions and 19 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/php8.0-fpm.sock;
server unix:/var/run/php/php{{phpver}}-fpm.sock;
}