Create apisix-standalone.yaml

This commit is contained in:
orianelou
2024-09-30 14:10:35 +03:00
committed by GitHub
parent 015915497a
commit 4d0042e933

View File

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