nginx升级openssl3.1.3

nginx版本 1.24.0
openssl版本3.1.3

  1. 进入nginx源码目录
  2. 执行./configure --prefix=/usr/local/nginx --without-http_rewrite_module --with-http_stub_status_module --with-http_ssl_module --with-openssl=/usr/local/src/openssl-3.1.3
  3. make
  4. 这一步可能会报错, 我的是报后缀名为.a的文件查不到, 打开nginx目录auto/lib/openssl/conf文件, 看下41,41行对应的文件是否存在, 不存在, 则需要改一下路径
  5. make install

你可能感兴趣的:(nginx,服务器,前端)