9 lines
158 B
Caddyfile
9 lines
158 B
Caddyfile
https://ip:443 {
|
|
reverse_proxy localhost:8080
|
|
}
|
|
https://ip:5566 {
|
|
reverse_proxy localhost:6566
|
|
}
|
|
https://ip:5577 {
|
|
reverse_proxy localhost:6577
|
|
}
|