mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-30 02:31:47 +08:00
9 lines
240 B
Plaintext
9 lines
240 B
Plaintext
$SERVER["socket"] == ":443" {
|
|
ssl.engine = "enable"
|
|
ssl.pemfile = "/etc/lighttpd/conf.d/server.pem"
|
|
} else $HTTP["scheme"] == "http" {
|
|
$HTTP["host"] =~ ".*" {
|
|
# url.redirect = (".*" => "https://%0$0")
|
|
}
|
|
}
|