add resty websocket module

This commit is contained in:
Lily Tsuru 2024-09-16 00:19:46 -04:00
parent 84dcb7914f
commit 635efc8350
3 changed files with 8 additions and 0 deletions

3
.gitmodules vendored
View file

@ -25,3 +25,6 @@
[submodule "sources/luajit2"] [submodule "sources/luajit2"]
path = sources/luajit2 path = sources/luajit2
url = https://github.com/openresty/luajit2 url = https://github.com/openresty/luajit2
[submodule "sources/lua-resty-websocket"]
path = sources/lua-resty-websocket
url = https://github.com/openresty/lua-resty-websocket

4
build
View file

@ -86,6 +86,10 @@ pushd $TOP/sources/lua-resty-lrucache
sudo make install PREFIX=$PREFIX sudo make install PREFIX=$PREFIX
popd popd
pushd $TOP/sources/lua-resty-websocket
sudo make install PREFIX=$PREFIX
popd
pushd $TOP/sources/nginx pushd $TOP/sources/nginx
# needed for lua-nginx-module # needed for lua-nginx-module

@ -0,0 +1 @@
Subproject commit 83471c3096eb8e2311deb398f60a2f46c3dfdcab