Create apisix-standalone.yaml:

This commit is contained in:
orianelou 2024-02-25 11:41:04 +02:00 committed by GitHub
parent 328808c15f
commit b08047cc33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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