Maison >développement back-end >tutoriel php >nginx_tcp模块集成到openresty

nginx_tcp模块集成到openresty

WBOY
WBOYoriginal
2016-07-29 09:15:481262parcourir

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教程有兴趣的朋友有所帮助。

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Article précédent:Mac 系统开机启动nginx,phpArticle suivant:基本数据结构