Browse Source

Update nginx.sh

FusionPBX 6 năm trước cách đây
mục cha
commit
169c1bd6af
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      centos/resources/nginx.sh

+ 1 - 1
centos/resources/nginx.sh

@@ -11,7 +11,7 @@ cd "$(dirname "$0")"
 verbose "Installing the web server"
 verbose "Installing the web server"
 
 
 #install dependencies
 #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
 #setup nginx
 mkdir -p /etc/nginx/sites-available
 mkdir -p /etc/nginx/sites-available