Fixed the missing file SSL option

This commit is contained in:
WolverinDEV
2021-04-24 13:00:59 +02:00
parent 6631cd26c5
commit 89f4ed05b2
+1 -1
View File
@@ -21,7 +21,7 @@ bool FileServerHandler::initialize(std::string &error) {
}
#if 0
#if 1
file::config::ssl_option_supplier = [&]{
return this->instance_->sslManager()->web_ssl_options();
};