Tuesday, April 21, 2015

Tutorial Ubuntu Migrasi Web Server Apache ke NGINX


Migrasi Web Server Apache ke NGINX
sudo apt-get purge apache2*
sudo apt-get autoremove -y
install nginx
sudo apt-get install nginx
start nginx
sudo service nginx start
test nginx di browser point to http://localhost/ atau http://ipserver