fix: migrate profile to https listener
This commit is contained in:
@@ -33,7 +33,7 @@ Listeners {
|
|||||||
Http {
|
Http {
|
||||||
Name = "Cloudflare HTTP Listener"
|
Name = "Cloudflare HTTP Listener"
|
||||||
HostBind = "0.0.0.0"
|
HostBind = "0.0.0.0"
|
||||||
PortBind = 80
|
PortBind = 443
|
||||||
PortConn = 443
|
PortConn = 443
|
||||||
HostRotation = "round-robin"
|
HostRotation = "round-robin"
|
||||||
Secure = true
|
Secure = true
|
||||||
|
|||||||
Reference in New Issue
Block a user