mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2025-04-29 08:37:16 +00:00
10 lines
269 B
Plaintext
10 lines
269 B
Plaintext
# /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"
|
|
}
|