change to php 8.1

This commit is contained in:
Matthew Saunders Brown 2022-08-31 10:28:20 -07:00
parent 5a29f9e9bd
commit 076e8bd2d8

View File

@ -4,7 +4,7 @@ Alias /panel /srv/www/html/panel
# panel php-fpm worker # panel php-fpm worker
<FilesMatch ".+\.ph(p[3457]?|t|tml)$"> <FilesMatch ".+\.ph(p[3457]?|t|tml)$">
SetHandler "proxy:unix:/run/php/php7.4-fpm-vpanel.sock|fcgi://localhost" SetHandler "proxy:unix:/run/php/php8.1-fpm-vpanel.sock|fcgi://localhost"
</FilesMatch> </FilesMatch>
# Enable rewrite engine # Enable rewrite engine