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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.