mirror of
https://github.com/openappsec/openappsec.git
synced 2025-10-01 20:17:43 +03:00
Create apisix-standalone.yaml:
This commit is contained in:
11
apisix/apisix-standalone.yaml:
Normal file
11
apisix/apisix-standalone.yaml:
Normal 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
|
Reference in New Issue
Block a user