diff options
Diffstat (limited to 'deployment/http/lighttpd/lighttpd.conf')
-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" |