]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-ssl.conf
- adjusted for lighttpd-1.4.13
[packages/lighttpd.git] / lighttpd-ssl.conf
CommitLineData
e026bd5c
ER
1# lighttpd support for SSLv2 and SSLv3
2#
3# Documentation: http://www.lighttpd.net/documentation/ssl.html
4
5$SERVER["socket"] == ":443" {
6 ssl.engine = "enable"
7 ssl.pemfile = "/etc/lighttpd/server.pem"
8 $HTTP["useragent"] =~ "MSIE" {
cf9b1bc9 9 server.max-keep-alive-requests = 0
e026bd5c
ER
10 }
11}
This page took 0.057823 seconds and 4 git commands to generate.