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