fup
This commit is contained in:
parent
718741df6b
commit
a96dad1f6d
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue