From decc4a36e208e38c9944481908652435aaa51ca7 Mon Sep 17 00:00:00 2001 From: HuabingZhao Date: Mon, 5 Mar 2018 14:59:44 +0800 Subject: Support websocket request forwarding Issue-ID: MSB-156 Change-Id: Id63da46c6321d5d007e8078847ad093aaebe0a45 Signed-off-by: HuabingZhao --- .../src/assembly/resources/openresty/nginx/luaext/conf/msbinit.lua | 2 +- .../src/assembly/resources/openresty/nginx/luaext/conf/svcconf.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'openresty-ext/src/assembly/resources/openresty/nginx/luaext/conf') diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/luaext/conf/msbinit.lua b/openresty-ext/src/assembly/resources/openresty/nginx/luaext/conf/msbinit.lua index ec7d7b0..195cc72 100644 --- a/openresty-ext/src/assembly/resources/openresty/nginx/luaext/conf/msbinit.lua +++ b/openresty-ext/src/assembly/resources/openresty/nginx/luaext/conf/msbinit.lua @@ -1,6 +1,6 @@ --[[ - Copyright (C) 2018 ZTE, Inc. and others. All rights reserved. (ZTE) + Copyright (C) 2017-2018 ZTE, Inc. and others. All rights reserved. (ZTE) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/luaext/conf/svcconf.lua b/openresty-ext/src/assembly/resources/openresty/nginx/luaext/conf/svcconf.lua index df6356e..8c464dc 100644 --- a/openresty-ext/src/assembly/resources/openresty/nginx/luaext/conf/svcconf.lua +++ b/openresty-ext/src/assembly/resources/openresty/nginx/luaext/conf/svcconf.lua @@ -1,6 +1,6 @@ --[[ - Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE) + Copyright (C) 2017-2018 ZTE, Inc. and others. All rights reserved. (ZTE) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. -- cgit 1.2.3-korg