mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +03:00
13 lines
202 B
YAML
13 lines
202 B
YAML
|
|
# example local declarative configuration file for apisix in standalone mode
|
|
|
|
routes:
|
|
-
|
|
uri: /anything
|
|
upstream:
|
|
nodes:
|
|
"httpbin.org:80": 1
|
|
type: roundrobin
|
|
|
|
#END
|