ice.99
Nginx
由于默认安装的Nginx不会构建http_realip及stream_ssl_preread模块,需手动添加--with-http_realip_module --with-stream_ssl_preread_module两个参数再编译安装Nginx,使用nginx -V命令可查看已安装的模块。
http_realip
stream_ssl_preread
--with-http_realip_module --with-stream_ssl_preread_module
nginx -V
在主配置文件nginx.conf的events和http之间插入stream_ssl_preread模块
nginx.conf
events
http
已发布
分类
来自
yxbinghe
标签:
您的邮箱地址不会被公开。 必填项已用 * 标注
评论 *
显示名称 *
邮箱 *
网站
在此浏览器中保存我的显示名称、邮箱地址和网站地址,以便下次评论时使用。
Δ
发表回复