Skip to content

Instantly share code, notes, and snippets.

View willianbs's full-sized avatar
:shipit:
Working from home

Will Silveira willianbs

:shipit:
Working from home
View GitHub Profile
@willianbs
willianbs / nginx.default.conf
Created April 15, 2016 18:23 — forked from santoshachari/nginx.default.conf
PHP5.6 and NGINX: Install PHP56-FPM, Nginx & MySQL on EC2 with Amazon Linux AMI
# Install linux update, followed by GCC and Make
sudo yum -y update
sudo yum install -y gcc make
# Install Nginx and php56-FPM
sudo yum install -y nginx php56-fpm
# Install php56 extensions
sudo yum install -y php56-devel php-mysql php56-pdo php56-pear php56-mbstring php56-cli php56-odbc php56-imap php56-gd php56-xml php56-soap