Simple SSL redirector
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RegelaHttpsBalancer/HttpsBalancerConfig.yml

13 lines
282 B

listeners:
- listenaddress: 0.0.0.0:1443
protocol: tcp
rules:
- host: test0.yourdomain.com
ip: 10.1.1.115:1443
defaultip: 127.0.0.1:443
- listenaddress: 0.0.0.0:1080
protocol: tcp
rules:
- host: test3.yourdomain.com
ip: 10.1.1.115:80
defaultip: 127.0.0.1:80