From 34101682a7f1959da53617d460f6ac7a10571479 Mon Sep 17 00:00:00 2001 From: Bruno Ribas Date: Thu, 5 Nov 2020 11:03:41 -0300 Subject: d/boca-web.postinst: Update PHP version This is important to comply with the new Ubuntu 20.04LTS Signed-off-by: Bruno Ribas --- debian/boca-web.postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/boca-web.postinst b/debian/boca-web.postinst index 52071f4..e71cb97 100644 --- a/debian/boca-web.postinst +++ b/debian/boca-web.postinst @@ -11,10 +11,10 @@ a2enmod socache_shmcb a2enmod proxy_fcgi # Make sure embedded apache php module is not loaded -a2dismod php7.2 || true +a2dismod php7.4 || true #enable php fpm instead -a2enconf php7.2-fpm +a2enconf php7.4-fpm service apache2 restart || true -- cgit v1.2.3