2024-10-01 12:49:25 +03:00

13 lines
202 B
YAML

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