leon / Install-Nginx
Created at Sun Mar 22 20:29:52 WIB 2020
Install Nginx
Install Nginx
Raw
#!/bin/bash

yum install epel-release -y; yum install yum-utils -y; yum install nginx -y; yum -y --enablerepo=remi-php72 install php php-intl php-common php-opcache php-mcrypt php-cli php-gd php-curl php-mysqlnd  php-dom  php-curl  php-zip  php-mbstring  php-xml  php-xmlreader  php-simplexml php-bcmath php-soap php-amqplib php-fpm;