Nginx installation experience is nothing to worry about. Install nginx and familiarize yourself with the configuration. Write a small blog. My operating system is the centos cento platform compiling environment. Run the following command to install make: yum-y install gcc automake autoconf libtool make and install g ++: yum install gcc-c ++ because nginx requires pcre and zlib. The former is used to rewrite, and the latter is used to compress my directory for gzip:/home/zhangyong/soft after downloading pcre, zlib, configure, make, make, install, and install nginx. My configuration is as follows: 1. /configure -- sbin-path =/home/zhangyong/programes/nginx -- conf-path =/home/zhangyong/programes/nginx. conf \ 2 -- pid-path = // home/zhangyong/programes/nginx. pid \ 3 -- with-pcre =/home/zhangyong/soft/pcre-8.21 \ 4 -- with-zlib =/home/zhangyong/soft/zlib-1.2.8 \ Start nginx normal heh can rest every day A little progress will always be better