Add mod_openssl module to avoid warning
This commit is contained in:
parent
ba8f3e6af0
commit
d3658b9fe6
|
|
@ -29,6 +29,7 @@ $HTTP["url"] =~ "^/dump1090-fa/data/.*\.json$" {
|
||||||
# Uncomment this section to enable SSL traffic (HTTPS) - especially useful
|
# Uncomment this section to enable SSL traffic (HTTPS) - especially useful
|
||||||
# for .dev domains
|
# for .dev domains
|
||||||
## Listen on 8443 for SSL connections
|
## Listen on 8443 for SSL connections
|
||||||
|
#server.modules += ( "mod_openssl" )
|
||||||
#$HTTP["host"] == "piaware.example.com" {
|
#$HTTP["host"] == "piaware.example.com" {
|
||||||
# $SERVER["socket"] == ":8443" {
|
# $SERVER["socket"] == ":8443" {
|
||||||
# ssl.engine = "enable"
|
# ssl.engine = "enable"
|
||||||
|
|
@ -44,12 +45,12 @@ $HTTP["url"] =~ "^/dump1090-fa/data/.*\.json$" {
|
||||||
# "/" => "/usr/share/dump1090-fa/html/"
|
# "/" => "/usr/share/dump1090-fa/html/"
|
||||||
# )
|
# )
|
||||||
# }
|
# }
|
||||||
|
#}
|
||||||
#
|
#
|
||||||
# # Redirect HTTP to HTTPS
|
## Redirect HTTP to HTTPS
|
||||||
# $HTTP["scheme"] == "http" {
|
#$HTTP["scheme"] == "http" {
|
||||||
# $HTTP["host"] =~ ".*" {
|
# $HTTP["host"] =~ ".*" {
|
||||||
# url.redirect = (".*" => "https://%0$0")
|
# url.redirect = (".*" => "https://%0$0")
|
||||||
# }
|
|
||||||
# }
|
# }
|
||||||
#}
|
#}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue