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 ca83665 commit 499a474Copy full SHA for 499a474
patch/patch.sh
@@ -73,7 +73,7 @@ elif [[ "$root" == *openresty-1.27.1.1 ]]; then
73
apply_patch "$patch_dir" "$root" "ngx_lua" "0.10.27"
74
apply_patch "$patch_dir" "$root" "ngx_stream_lua" "0.0.15"
75
elif [[ "$root" == *openresty-1.27.1.2 ]]; then
76
- patch_dir="$PWD/1.27.1.2"
+ patch_dir="$PWD/1.27.1.1"
77
apply_patch "$patch_dir" "$root" "nginx" "1.27.1"
78
apply_patch "$patch_dir" "$root" "lua-resty-core" "0.1.31"
79
apply_patch "$patch_dir" "$root" "ngx_lua" "0.10.28"
0 commit comments