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