nginx
2025/6/30小于 1 分钟约 90 字
安装
下载nginx
下载 [http://nginx.org/en/download.html](http://nginx.org/en/download.html)
安装
./configure --prefix=/program/env/nginx-1.24.0 --with-http_stub_status_module --with-http_ssl_module
安装支持https ssl模块的nginx
中间报错 安装ssl
yum -y install openssl openssl-devel
make install
踩坑 nginx安装的目录 要和源码目录不一样
nginx -s stop
nginx -s reload
./nginx
nginx.conf 配置
include conf.d/*.conf;