added $ to SERVER

git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@89 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/release-1.3.13
Jan Kneschke 19 years ago
parent 9b59d5800f
commit 9d057a63cb

@ -36,7 +36,7 @@ As SSL and named-based virtual hosting can not work together you
have to use IP-based virtual hosting if you want to run multiple
SSL-servers with one lighttpd: ::
SERVER["socket"] == "10.0.0.1:443" {
$SERVER["socket"] == "10.0.0.1:443" {
ssl.engine = "enable"
ssl.pemfile = "www.example.org.pem"
server.name = "www.example.org"

Loading…
Cancel
Save