Skip to content

Commit

Permalink
doc(readme) fix example with correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Sep 10, 2020
1 parent 0dcfccf commit 667e79f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ stream {

resolver 8.8.8.8;

# for OpenResty >= 1.13.6.1, native Nginx proxying
# for OpenResty >= 1.15.8.1, native Nginx proxying
lua_add_variable $multiplexer_upstream;
server {
error_log /var/log/nginx/multiplexer-error.log error;
Expand All @@ -90,7 +90,7 @@ stream {
proxy_pass $multiplexer_upstream;
}

# for OpenResty < 1.13.6.1, Lua land proxying
# for OpenResty < 1.15.8.1, with patch applied, Lua land proxying
server {
error_log /var/log/nginx/multiplexer-error.log error;
listen 443;
Expand Down

0 comments on commit 667e79f

Please sign in to comment.