mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-12 11:55:28 +08:00
fix: avoid 'using uninitialized "from_error_page" variable' (#4253)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
This commit is contained in:
parent
c70d797c7c
commit
5a1fa2784e
@ -502,6 +502,7 @@ http {
|
||||
set $upstream_host $http_host;
|
||||
set $upstream_uri '';
|
||||
set $ctx_ref '';
|
||||
set $from_error_page '';
|
||||
|
||||
{% if enabled_plugins["dubbo-proxy"] then %}
|
||||
set $dubbo_service_name '';
|
||||
|
@ -554,6 +554,7 @@ _EOC_
|
||||
set \$upstream_host \$http_host;
|
||||
set \$upstream_uri '';
|
||||
set \$ctx_ref '';
|
||||
set \$from_error_page '';
|
||||
|
||||
set \$upstream_cache_zone off;
|
||||
set \$upstream_cache_key '';
|
||||
|
Loading…
Reference in New Issue
Block a user