Update nginx.sh

This commit is contained in:
FusionPBX 2018-10-09 20:50:37 -06:00 committed by GitHub
parent b4d587b319
commit 528229a681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@ cd "$(dirname "$0")"
#send a message
verbose "Installing the web server"
#change the version of php for debian stretch
if [ ."$os_codename" = ."stretch" ]; then
php_version=7.0
fi
#if [ ."$cpu_architecture" = ."arm" ]; then
#9.x - */stretch/
#8.x - */jessie/