mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05:00
38 lines
558 B
Text
38 lines
558 B
Text
|
:8884
|
||
|
|
||
|
reverse_proxy h2c://localhost:8080
|
||
|
----------
|
||
|
{
|
||
|
"apps": {
|
||
|
"http": {
|
||
|
"servers": {
|
||
|
"srv0": {
|
||
|
"listen": [
|
||
|
":8884"
|
||
|
],
|
||
|
"routes": [
|
||
|
{
|
||
|
"handle": [
|
||
|
{
|
||
|
"handler": "reverse_proxy",
|
||
|
"transport": {
|
||
|
"protocol": "http",
|
||
|
"versions": [
|
||
|
"h2c",
|
||
|
"2"
|
||
|
]
|
||
|
},
|
||
|
"upstreams": [
|
||
|
{
|
||
|
"dial": "localhost:8080"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|