wok rev 1791

lighttpd-ssl: typo in genpkg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 30 16:45:49 2008 +0000 (2008-11-30)
parents 91c5b6acc053
children 6d0600165487
files lighttpd-ssl/receipt
line diff
     1.1 --- a/lighttpd-ssl/receipt	Sun Nov 30 16:41:04 2008 +0000
     1.2 +++ b/lighttpd-ssl/receipt	Sun Nov 30 16:45:49 2008 +0000
     1.3 @@ -76,7 +76,7 @@
     1.4  
     1.5  # Enable HTTPS support
     1.6  #
     1.7 -$SERVER["socket"] == ":443" {
     1.8 +\$SERVER["socket"] == ":443" {
     1.9    protocol = "https://"
    1.10    ssl.engine    = "enable"
    1.11    ssl.pemfile   = "/etc/ssl/lighttpd/lighttpd.pem"