From d3658b9fe6fd4dad22cc0c5e5484deb0b90341d1 Mon Sep 17 00:00:00 2001 From: John Berninger Date: Sun, 14 Jun 2020 16:33:11 -0400 Subject: [PATCH] Add mod_openssl module to avoid warning --- debian/lighttpd/89-dump1090-fa.conf | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/lighttpd/89-dump1090-fa.conf b/debian/lighttpd/89-dump1090-fa.conf index 7446e3d..eac6250 100644 --- a/debian/lighttpd/89-dump1090-fa.conf +++ b/debian/lighttpd/89-dump1090-fa.conf @@ -29,6 +29,7 @@ $HTTP["url"] =~ "^/dump1090-fa/data/.*\.json$" { # Uncomment this section to enable SSL traffic (HTTPS) - especially useful # for .dev domains ## Listen on 8443 for SSL connections +#server.modules += ( "mod_openssl" ) #$HTTP["host"] == "piaware.example.com" { # $SERVER["socket"] == ":8443" { # ssl.engine = "enable" @@ -44,12 +45,12 @@ $HTTP["url"] =~ "^/dump1090-fa/data/.*\.json$" { # "/" => "/usr/share/dump1090-fa/html/" # ) # } +#} # -# # Redirect HTTP to HTTPS -# $HTTP["scheme"] == "http" { -# $HTTP["host"] =~ ".*" { -# url.redirect = (".*" => "https://%0$0") -# } +## Redirect HTTP to HTTPS +#$HTTP["scheme"] == "http" { +# $HTTP["host"] =~ ".*" { +# url.redirect = (".*" => "https://%0$0") # } #}