mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
fix(ssl): default httpEnabled to false [EE-2465] (#6495)
This commit is contained in:
parent
7d91ab72e1
commit
cf459a2d28
3 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@ const (
|
|||
defaultTLSCertPath = "/certs/cert.pem"
|
||||
defaultTLSKeyPath = "/certs/key.pem"
|
||||
defaultHTTPDisabled = "false"
|
||||
defaultHTTPEnabled = "true"
|
||||
defaultHTTPEnabled = "false"
|
||||
defaultSSL = "false"
|
||||
defaultSSLCertPath = "/certs/portainer.crt"
|
||||
defaultSSLKeyPath = "/certs/portainer.key"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue