Fixed FirstSetup and upgraded Alpine to 3.16 version

"FirstSetup": now installes go form official website

CT ElkarbackupALP: New use old stable repo(3.15) for php7 since is is obeleted in 3.16

CT HeimdallCT: Switched to php8 and when git cloing using 2.x branch instead of master
This commit is contained in:
2022-07-01 00:45:21 +02:00
parent 66e16943bc
commit 6c182a2ec7
6 changed files with 48 additions and 33 deletions

View File

@@ -37,7 +37,7 @@ http {
}
location ~ \.php$ {
include fastcgi_params;
fastcgi_pass unix:/run/php-fpm7/php-fpm.sock;
fastcgi_pass unix:/run/php-fpm8/php-fpm.sock;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;