2024-09-30 14:10:35 +03:00

13 lines
203 B
YAML

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