Skip to content

Commit 1bef386

Browse files
committed
nginx
1 parent 627a467 commit 1bef386

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

env/install.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ cd ..
2929
git clone git@github.com:irr/sockproc.git
3030
cd sockproc
3131
git remote add upstream https://github.com/juce/sockproc.git
32+
cd ..
33+
git clone git@github.com:irr/nginx_tcp_proxy_module.git
34+
cd nginx_tcp_proxy_module
35+
git remote add upstream https://github.com/yaoweibin/nginx_tcp_proxy_module.git
3236
cd /opt/lua
3337
git clone git@github.com:irr/underscore.lua.git
3438
cd underscore.lua
@@ -55,6 +59,7 @@ cd ~/gitf
5559
ln -s /opt/lua/modules/forked/lua-resty-shell
5660
ln -s /opt/lua/modules/forked/lua-pycrypto-aes
5761
ln -s /opt/lua/modules/forked/sockproc
62+
ln -s /opt/lua/modules/forked/nginx_tcp_proxy_module
5863
ln -s /opt/lua/underscore.lua
5964
ln -s /opt/lua/openresty-docker
6065
cd

env/makedocs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ pandoc -S -o /opt/lua/docs/lua-resty-http.html /opt/lua/modules/nginx/lua-resty-
1313
pandoc -S -o /opt/lua/docs/lua-resty-upstream.html /opt/lua/modules/nginx/lua-resty-upstream/README.md
1414
pandoc -S -o /opt/lua/docs/lua-pycrypto-aes.html /opt/lua/modules/forked/lua-pycrypto-aes/readme.md
1515
pandoc -S -o /opt/lua/docs/lua-resty-shell.html /opt/lua/modules/forked/lua-resty-shell/README.md
16+
pandoc -S -o /opt/lua/docs/nginx_tcp_proxy_module.html /opt/lua/modules/forked/README
1617
pandoc -S -o /opt/lua/docs/sockproc.html /opt/lua/modules/forked/sockproc/README.md
1718
pandoc -S -o /opt/lua/docs/openresty-docker.html /opt/lua/openresty-docker/README.md

0 commit comments

Comments
 (0)