openappsec/apisix/apisix-standalone.yaml:
2024-02-25 11:41:04 +02:00

12 lines
201 B
Plaintext

# example local declarative configuration file for apisix in standalone mode
routes:
-
uri: /anything
upstream:
nodes:
"httpbin.org:80": 1
type: roundrobin
#END