This commit is contained in:
Philippe Caseiro 2024-02-05 10:06:48 +01:00
parent 718741df6b
commit a96dad1f6d
1 changed files with 3 additions and 1 deletions

View File

@ -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