mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59: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
|
@ -13,7 +13,7 @@ const (
|
|||
defaultTLSCertPath = "C:\\certs\\cert.pem"
|
||||
defaultTLSKeyPath = "C:\\certs\\key.pem"
|
||||
defaultHTTPDisabled = "false"
|
||||
defaultHTTPEnabled = "true"
|
||||
defaultHTTPEnabled = "false"
|
||||
defaultSSL = "false"
|
||||
defaultSSLCertPath = "C:\\certs\\portainer.crt"
|
||||
defaultSSLKeyPath = "C:\\certs\\portainer.key"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue