From b2ea3edac1ed644450e4587dd94cd4dd133744e0 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam Date: Mon, 6 Apr 2020 05:36:00 +0530 Subject: Set HTTPS port to 443 & 9090 Issue-ID: CLI-255 Change-Id: I9ea233598f0502907fec3d2fea4b600c5f87b35e Signed-off-by: Kanagaraj Manickam k00365106 --- deployment/http/lighttpd/lighttpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deployment/http') 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" -- cgit 1.2.3-korg