nginx默认安装的时候无法加载流stream模块,需要在启动参数里加上–with-stream。
解决方法:
重新对源文件进行编译、安装,通过添加–with-stream参数指定安装stream模块。
./configource --with-stream命令,要不启动会失败
make &&make install
标签:stream,make,Nginx,参数,模块,安装 From: https://www.cnblogs.com/ljh-2022/p/16622410.html
nginx默认安装的时候无法加载流stream模块,需要在启动参数里加上–with-stream。
解决方法:
重新对源文件进行编译、安装,通过添加–with-stream参数指定安装stream模块。
./configource --with-stream命令,要不启动会失败
make &&make install
标签:stream,make,Nginx,参数,模块,安装 From: https://www.cnblogs.com/ljh-2022/p/16622410.html