2025-01-20 12:00:49 +02: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