nginx编译参数
nginx编译参数示例如下
./configure \
--prefix=/usr/local/nginx-1.22.0 \
--with-stream \
--with-http_stub_status_module \
--with-http_ssl_module --with-http_v2_module \
--error-log-path=/data/log/nginx/error.log \
--http-log-path=/data/log/nginx/access.log
Tags : 本文未设置标签
该站即将下线,欢迎关注博主全新博客:https://jiker.dev
Previous post
怎样检测SSL证书和密钥是否匹配
Next post
PHP8.0在deep23下的编译命令
评论已关闭