当前位置:Gxlcms > PHP教程 > nginx_tcp模块集成到openresty

nginx_tcp模块集成到openresty

时间:2021-07-01 10:21:17 帮助过:80人阅读

openresty 本身是使用http协议进行通讯的,

但是项目中经常有要求输入是使用tcp协议,输出是使用http协议,

这时,输入是tcp协议,就需要使用nginx_tcp模块

如何把nginx_tcp模块集成到openresty中呢

方法如下:

1,下载nginx_tcp_module,地址:https://github.com/bigplum/nginx-tcp-lua-module
2,把下载的压缩包,解压缩到openresty的bundel目录中

3,安装nginx_tcp_module模块


4,gmake然后再gmake install

nginx_tcp_module模块安装完成!

版权声明:本文为博主原创文章,未经博主允许不得转载。

以上就介绍了nginx_tcp模块集成到openresty,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

人气教程排行