add resty websocket module
This commit is contained in:
parent
84dcb7914f
commit
635efc8350
3 changed files with 8 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
4
build
|
@ -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
|
||||||
|
|
1
sources/lua-resty-websocket
Submodule
1
sources/lua-resty-websocket
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 83471c3096eb8e2311deb398f60a2f46c3dfdcab
|
Loading…
Reference in a new issue