mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 11:04:42 +00:00
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:
parent
9005f82230
commit
202451ca6f
@ -48,7 +48,8 @@ server.modules = ( "mod_expire",
|
||||
"mod_rewrite",
|
||||
"mod_proxy",
|
||||
"mod_setenv",
|
||||
"mod_extforward"
|
||||
"mod_extforward",
|
||||
"mod_openssl",
|
||||
)
|
||||
|
||||
#### performance options (aggressive timeouts)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user