mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
fix(server):support disable https only ee-2068 (#6232)
* fix/ee-2068/disable-forcely-https
This commit is contained in:
parent
da422d6ed6
commit
7088da5157
5 changed files with 13 additions and 9 deletions
|
@ -15,6 +15,7 @@ const (
|
|||
defaultTLSCertPath = "/certs/cert.pem"
|
||||
defaultTLSKeyPath = "/certs/key.pem"
|
||||
defaultHTTPDisabled = "false"
|
||||
defaultHTTPEnabled = "false"
|
||||
defaultSSL = "false"
|
||||
defaultSSLCertPath = "/certs/portainer.crt"
|
||||
defaultSSLKeyPath = "/certs/portainer.key"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue