Update nginx.sh

This commit is contained in:
FusionPBX 2018-08-30 01:39:35 -06:00 committed by GitHub
parent 379262fa0c
commit 856d5d10fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ cd "$(dirname "$0")"
verbose "Installing the web server"
#install dependencies
yum -y install nginx php-fpm php-gd php-pgsql php-odbc php-curl php-imap php-mcrypt php-opcache php-common php-pdo php-soap php-xml php-xmlrpc php-cli
yum -y install nginx php-fpm php-gd php-pgsql php-odbc php-curl php-imap php-mcrypt php-opcache php-common php-pdo php-soap php-xml php-xmlrpc php-cli php-gd
#setup nginx
mkdir -p /etc/nginx/sites-available