diff options
author | Kanagaraj Manickam <mkr1481@gmail.com> | 2020-04-06 05:36:00 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2020-04-06 05:51:29 +0530 |
commit | b2ea3edac1ed644450e4587dd94cd4dd133744e0 (patch) | |
tree | 51faef442f76d3183e33472b5c56085a4fa41f13 /deployment/http | |
parent | 488d7b5c0e03e3a93fa82a2823a8e7b45fbe9fd1 (diff) |
Set HTTPS port to 443 & 9090
Issue-ID: CLI-255
Change-Id: I9ea233598f0502907fec3d2fea4b600c5f87b35e
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'deployment/http')
-rw-r--r-- | deployment/http/lighttpd/lighttpd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/http/lighttpd/lighttpd.conf b/deployment/http/lighttpd/lighttpd.conf index 32baf8af..d7555a06 100644 --- a/deployment/http/lighttpd/lighttpd.conf +++ b/deployment/http/lighttpd/lighttpd.conf @@ -15,7 +15,7 @@ server.document-root = "/var/www-data/servers/open-cli/" server.username = "www-data" server.groupname = "www-data" -server.port = 80 +server.port = 443 ssl.engine = "enable" ssl.pemfile = "/etc/lighttpd/ocomp.pem" |