Skip to content

Commit 667e79f

Browse files
committed
doc(readme) fix example with correct version
1 parent 0dcfccf commit 667e79f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ stream {
7474

7575
resolver 8.8.8.8;
7676

77-
# for OpenResty >= 1.13.6.1, native Nginx proxying
77+
# for OpenResty >= 1.15.8.1, native Nginx proxying
7878
lua_add_variable $multiplexer_upstream;
7979
server {
8080
error_log /var/log/nginx/multiplexer-error.log error;
@@ -90,7 +90,7 @@ stream {
9090
proxy_pass $multiplexer_upstream;
9191
}
9292

93-
# for OpenResty < 1.13.6.1, Lua land proxying
93+
# for OpenResty < 1.15.8.1, with patch applied, Lua land proxying
9494
server {
9595
error_log /var/log/nginx/multiplexer-error.log error;
9696
listen 443;

0 commit comments

Comments
 (0)