install & start

  1. download pcre, zlib and openssl on each MainPage.

  2. install pcre, zlib and openssl: ./configure make make install

  3. install nginx: ./configure –prefix= –with-pcre= –with-zlib= –with-openssl= make make install

  4. start: /usr/local/nginx/sbin/nginx 或 sudo service nginx [start|stop]