From a96dad1f6d38900bc469e1b6f6959ddf1c2ac8bd Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Mon, 5 Feb 2024 10:06:48 +0100 Subject: [PATCH] fup --- base/apisix/resources/files/apisix-config-old.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/base/apisix/resources/files/apisix-config-old.yaml b/base/apisix/resources/files/apisix-config-old.yaml index 78856ae..c82f602 100644 --- a/base/apisix/resources/files/apisix-config-old.yaml +++ b/base/apisix/resources/files/apisix-config-old.yaml @@ -1,5 +1,6 @@ apisix: node_listen: ${{APISIX_NODE_LISTEN}} # APISIX listening port + enable_heartbeat: true enable_admin: true enable_admin_cors: true @@ -47,7 +48,6 @@ nginx_config: # template configuration to generate nginx.conf real_ip_from: # see: http://nginx.org/en/docs/http/ngx_http_realip_module.html#set_real_ip_from - 127.0.0.1 - 'unix:' - etcd: host: - ${{APISIX_ETCD_URL}} @@ -95,3 +95,5 @@ plugins: # list of APISIX Plugins - traffic-split stream_plugins: - mqtt-proxy + +