Skip to content

Instantly share code, notes, and snippets.

@guileen
Created May 20, 2015 03:06
Show Gist options
  • Save guileen/35e8d153f02056c94d08 to your computer and use it in GitHub Desktop.
Save guileen/35e8d153f02056c94d08 to your computer and use it in GitHub Desktop.
install nginx on centos
wget http://nginx.org/packages/rhel/6/x86_64/RPMS/nginx-1.8.0-1.el6.ngx.x86_64.rpm
rpm -ivh nginx-1.8.0-1.el6.ngx.x86_64.rpm
/etc/init.d/nginx start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment