We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5562549 commit 0049c71Copy full SHA for 0049c71
build-apisix-openresty.sh
@@ -19,10 +19,10 @@ wget https://openresty.org/download/openresty-1.19.3.1.tar.gz
19
tar -zxvpf openresty-1.19.3.1.tar.gz
20
21
git clone --depth=1 $ngx_multi_upstream_module_ver \
22
- git@github.com:api7/ngx_multi_upstream_module.git
+ https://github.com/api7/ngx_multi_upstream_module.git
23
git clone --depth=1 $mod_dubbo_ver \
24
- git@github.com:api7/mod_dubbo.git
25
-git clone --depth=1 git@github.com:api7/apisix-nginx-module.git
+ https://github.com/api7/mod_dubbo.git
+git clone --depth=1 https://github.com/api7/apisix-nginx-module.git
26
27
cd ngx_multi_upstream_module || exit 1
28
./patch.sh ../openresty-1.19.3.1
0 commit comments