]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-ssl.conf
- skip configure.in chunk for version bump
[packages/lighttpd.git] / lighttpd-ssl.conf
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" {
9                 server.max-keep-alive-requests = 0
10         }
11 }
This page took 0.042604 seconds and 3 git commands to generate.