added $ to SERVER

git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@89 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
Jan Kneschke 2005-03-04 08:41:39 +00:00
parent 9b59d5800f
commit 9d057a63cb
1 changed files with 1 additions and 1 deletions

View File

@ -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"