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 0dcfccf commit 667e79fCopy full SHA for 667e79f
README.md
@@ -74,7 +74,7 @@ stream {
74
75
resolver 8.8.8.8;
76
77
- # for OpenResty >= 1.13.6.1, native Nginx proxying
+ # for OpenResty >= 1.15.8.1, native Nginx proxying
78
lua_add_variable $multiplexer_upstream;
79
server {
80
error_log /var/log/nginx/multiplexer-error.log error;
@@ -90,7 +90,7 @@ stream {
90
proxy_pass $multiplexer_upstream;
91
}
92
93
- # for OpenResty < 1.13.6.1, Lua land proxying
+ # for OpenResty < 1.15.8.1, with patch applied, Lua land proxying
94
95
96
listen 443;
0 commit comments