mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 04:42:33 +02:00
15 lines
No EOL
237 B
YAML
15 lines
No EOL
237 B
YAML
app: # matching `app.y.z`
|
|
# optional
|
|
scheme: http
|
|
# required, proxy target
|
|
host: 10.0.0.1
|
|
# optional
|
|
port: 80
|
|
# optional, defaults to empty
|
|
path:
|
|
# optional
|
|
path_mode:
|
|
# optional
|
|
notlsverify: false
|
|
# app2:
|
|
# ... |