Add files via upload

This commit is contained in:
orianelou
2025-01-20 12:00:49 +02:00
committed by GitHub
parent b1731237d1
commit 923a8a804b
18 changed files with 1453 additions and 0 deletions

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