Linux中安装nginx

Nginx的安装 模块依赖性Nginx需要依赖下面3个包 gzip 模块需要 zlib 库 ( 点击下载 ) rewrite 模块需要 pcre 库 ( 点击下载 ) ssl 功能需要 openssl 库 ( 点击下载 ) Nginx包下载: http://nginx.org/en/download.html 依赖包安装顺序依次为:openssl、zlib、pcre, 最后安装Nginx包。 图解
相关文章
相关标签/搜索