Update nginx.sh

This commit is contained in:
FusionPBX 2023-06-13 20:54:25 -06:00 committed by GitHub
parent e9d6c5c1bd
commit d341ef3d93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -23,9 +23,9 @@ if [ ."$cpu_architecture" = ."arm" ]; then
fi fi
#set the version of php #set the version of php
if [ ."$os_codename" = ."bullseye" ]; then #if [ ."$os_codename" = ."bullseye" ]; then
php_version=7.4 # php_version=7.4
fi #fi
if [ ."$os_codename" = ."buster" ]; then if [ ."$os_codename" = ."buster" ]; then
php_version=7.3 php_version=7.3
fi fi