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 installdg
版權聲明:本文為部落客原創文章,未經部落客允許不得轉載。以上就介紹了nginx_tcp模組整合到openresty,包括了方面的內容,希望對PHP教程有興趣的朋友有所幫助。