当你自我炫耀时,便会受到谄媚者的青睐

发掘积累过程的快感

首页 » BIBLE模型 » 运维 » nginx编译安装

nginx编译安装


安装 nginx 如果要编译 openssl ,需要手动指定 openssl 目录

openssl 官网:https://www.openssl.org/source/

下载解压 nginx 后,开始编译

./configure --prefix=/usr/local/nginx \
--error-log-path=/var/nginx/log/error.log \
--with-file-aio \
--user=nobody \
--group=nobody \
--with-threads \
--with-http_ssl_module \
--with-http_v2_module \
--with-http_realip_module \
--with-http_gzip_static_module \
--with-http_secure_link_module \
--http-log-path=/var/nginx/log/message.log \
--with-debug \
--with-openssl=/package/openssl-1.1.1 \
--with-pcre
互联网信息太多太杂,各互联网公司不断推送娱乐花边新闻,SNS,微博不断转移我们的注意力。但是,我们的时间和精力却是有限的。这里是互联网浩瀚的海洋中的一座宁静与美丽的小岛,供开发者歇息与静心潜心修炼。 “Bible”是圣经,有权威的书,我们的本意就是为开发者提供真正有用的的资料。 我的电子邮件 1217179982@qq.com,您在开发过程中遇到任何问题,欢迎与我联系。
Copyright © 2024. All rights reserved. 本站由 Helay 纯手工打造. 蜀ICP备15017444号