Setting up nginx on redhat (centos)
30 Декабрь 2008
Нет комментариев
- sudo yum install pcre*
- Download nginx tarball
- tar zxvf nginx-0.5.26.tar.gz
- cd nginx-0.5.26
- ./configure –sbin-path=/sbin/nginx –conf-path=/usr/local/nginx/nginx.conf –pid-path=/usr/local/nginx/nginx.pid –with-http_ssl_module –with-md5=auto/lib/md5 –with-sha1=auto/lib/sha1
- make
- sudo make install
Done.
Now, go into /usr/local/nginx and set it up.
Свежие комментарии