Skip to content

Commit

Permalink
Captiveportal, fix warning " Warning: please add "mod_openssl" to ser…
Browse files Browse the repository at this point in the history
…ver.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"
  • Loading branch information
AdSchellevis committed Dec 12, 2017
1 parent 9005f82 commit 202451c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ server.modules = ( "mod_expire",
"mod_rewrite",
"mod_proxy",
"mod_setenv",
"mod_extforward"
"mod_extforward",
"mod_openssl",
)

#### performance options (aggressive timeouts)
Expand Down

0 comments on commit 202451c

Please sign in to comment.