Captiveportal, fix warning " Warning: please add "mod_openssl" to server.modules list in lighttpd.conf. A future release of lighttpd 1.4.x *will not* automatically load mod_openssl and lighttpd *will not* use SSL/TLS where your lighttpd.conf contains ssl.* directives"

This commit is contained in:
Ad Schellevis 2017-12-12 13:18:53 +01:00
parent 9005f82230
commit 202451ca6f

View File

@ -48,7 +48,8 @@ server.modules = ( "mod_expire",
"mod_rewrite",
"mod_proxy",
"mod_setenv",
"mod_extforward"
"mod_extforward",
"mod_openssl",
)
#### performance options (aggressive timeouts)