== Tips for compiling NginX ==
After downloading nginx tarball you also need:
- zlib.tar.gz
- openssl.tar.gz
1 - make and install zlib
2 - uncompress openssl tarball
3 - Configure nginx script:
- ./configure \
--with-http_ssl_module --with-openssl=../openssl-uncompress-dir \
--prefix=/srv/your-dir
4 - make
5 - make install
That should give a working nginX server ;)
No comments:
Post a Comment