nginx的安装
Posted lemon柠檬茶
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx的安装相关的知识,希望对你有一定的参考价值。
- 安装nginx所需的pcre库
- 安装openssl-devel
- 官网下载源码包
- ./configure --user=www --group=www --with-http_ssl_module --with-http_stub_status_module --prefix=/usr/local/nginx/
- ./nginx -t 检测
以上是关于nginx的安装的主要内容,如果未能解决你的问题,请参考以下文章