yum install gcc gcc-c++ make autoconf pcre pcre-devel openssl openssl-devel -ywget http://nginx.org/download/nginx-1.6.3.tar.gzuseradd nginx -M -s /sbin/nologintar xf nginx-1.6.3.tar.gzcd nginx-1.6.3./configure --prefix=/app/nginx-1.6.3 --user=nginx --group=nginx --with-http_ssl_module --with-http_stub_status_module --with-pcremake && make install
