Change default SSL port.
parent
59fdf22d96
commit
a62b9b2c17
|
@ -27,7 +27,7 @@ port = 8083 # binding is disabled if the port isn't set
|
|||
# Configure the http api
|
||||
[api]
|
||||
port = 8086 # binding is disabled if the port isn't set
|
||||
# ssl-port = 8084 # Ssl support is enabled if you set a port and cert
|
||||
# ssl-port = 8087 # Ssl support is enabled if you set a port and cert
|
||||
# ssl-cert = /path/to/cert.pem
|
||||
|
||||
# connections will timeout after this amount of time. Ensures that clients that misbehave
|
||||
|
|
Loading…
Reference in New Issue