Bumb PHP version in Alpine CT 's

From 8.2 to 8.3
Added PHP bumb/update script
This commit is contained in:
2024-01-11 23:11:46 +01:00
parent 2aa440e01d
commit 094e7908b2
14 changed files with 123 additions and 123 deletions

View File

@@ -38,7 +38,7 @@ http {
}
location ~ \.php$ {
include fastcgi_params;
fastcgi_pass unix:/run/php-fpm82/php-fpm.sock;
fastcgi_pass unix:/run/php-fpm83/php-fpm.sock;
fastcgi_split_path_info ^(.+\.php)(/.*)$;
set $path_info $fastcgi_path_info;
fastcgi_param PATH_INFO $path_info;