diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2018-03-05 14:59:44 +0800 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2018-03-05 15:00:54 +0800 |
commit | decc4a36e208e38c9944481908652435aaa51ca7 (patch) | |
tree | cad63af7fee73706c3eedf695ee4fe3a8be648d3 /openresty-ext/src/assembly/resources/openresty/run.sh | |
parent | 3ea845d26d864935511ca93c64669c5d1890c87b (diff) |
Support websocket request forwarding
Issue-ID: MSB-156
Change-Id: Id63da46c6321d5d007e8078847ad093aaebe0a45
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'openresty-ext/src/assembly/resources/openresty/run.sh')
-rw-r--r-- | openresty-ext/src/assembly/resources/openresty/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openresty-ext/src/assembly/resources/openresty/run.sh b/openresty-ext/src/assembly/resources/openresty/run.sh index 1b64c0d..ed2a393 100644 --- a/openresty-ext/src/assembly/resources/openresty/run.sh +++ b/openresty-ext/src/assembly/resources/openresty/run.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE) +# Copyright (C) 2017 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. |