Create apisix-standalone.yaml

This commit is contained in:
orianelou 2024-02-26 10:49:23 +02:00 committed by GitHub
parent b08047cc33
commit 63b5a63ded
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