From 169c1bd6af6327825984a3ce93f74433487f6e59 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 13 Feb 2019 22:56:37 -0700 Subject: [PATCH] Update nginx.sh --- centos/resources/nginx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos/resources/nginx.sh b/centos/resources/nginx.sh index a3c9425..930947e 100755 --- a/centos/resources/nginx.sh +++ b/centos/resources/nginx.sh @@ -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 php-gd +yum -y install nginx #setup nginx mkdir -p /etc/nginx/sites-available