fup
This commit is contained in:
parent
718741df6b
commit
a96dad1f6d
|
@ -1,5 +1,6 @@
|
||||||
apisix:
|
apisix:
|
||||||
node_listen: ${{APISIX_NODE_LISTEN}} # APISIX listening port
|
node_listen: ${{APISIX_NODE_LISTEN}} # APISIX listening port
|
||||||
|
|
||||||
enable_heartbeat: true
|
enable_heartbeat: true
|
||||||
enable_admin: true
|
enable_admin: true
|
||||||
enable_admin_cors: 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
|
real_ip_from: # see: http://nginx.org/en/docs/http/ngx_http_realip_module.html#set_real_ip_from
|
||||||
- 127.0.0.1
|
- 127.0.0.1
|
||||||
- 'unix:'
|
- 'unix:'
|
||||||
|
|
||||||
etcd:
|
etcd:
|
||||||
host:
|
host:
|
||||||
- ${{APISIX_ETCD_URL}}
|
- ${{APISIX_ETCD_URL}}
|
||||||
|
@ -95,3 +95,5 @@ plugins: # list of APISIX Plugins
|
||||||
- traffic-split
|
- traffic-split
|
||||||
stream_plugins:
|
stream_plugins:
|
||||||
- mqtt-proxy
|
- mqtt-proxy
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue