Add zip and nginx

Este commit está contenido en:
josh 2017-06-25 21:48:26 -06:00
padre 4308483f4f
commit 8b3c6c3457
Se han modificado 1 ficheros con 2 adiciones y 0 borrados

Ver fichero

@ -3,3 +3,5 @@ wget https://wordpress.org/latest.zip
mkdir /var/www/wordpress
unzip latest.zip /var/www/wordpress/
sudo apt-get install php7.0-fpm php-xml php-xmlrpc fail2ban
sudo apt-get install zip nginx