From 076e8bd2d8a71267914858648b72d9ea8568f706 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Wed, 31 Aug 2022 10:28:20 -0700 Subject: [PATCH] change to php 8.1 --- etc/apache2/conf-available/vpanel.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/apache2/conf-available/vpanel.conf b/etc/apache2/conf-available/vpanel.conf index dbac23a..42c1320 100644 --- a/etc/apache2/conf-available/vpanel.conf +++ b/etc/apache2/conf-available/vpanel.conf @@ -4,7 +4,7 @@ Alias /panel /srv/www/html/panel # panel php-fpm worker - SetHandler "proxy:unix:/run/php/php7.4-fpm-vpanel.sock|fcgi://localhost" + SetHandler "proxy:unix:/run/php/php8.1-fpm-vpanel.sock|fcgi://localhost" # Enable rewrite engine