mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2026-02-04 07:40:48 +00:00
9 lines
269 B
Text
9 lines
269 B
Text
# /usr/share/doc/lighttpd/ssl.txt
|
|
|
|
$SERVER["socket"] == "0.0.0.0:443" {
|
|
ssl.engine = "enable"
|
|
ssl.pemfile = "/etc/lighttpd/server.pem"
|
|
|
|
ssl.cipher-list = "ECDHE-RSA-AES256-SHA384:AES256-SHA256:RC4:HIGH:!MD5:!aNULL:!EDH:!AESGCM"
|
|
ssl.honor-cipher-order = "enable"
|
|
}
|