mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Revert "Merge remote-tracking branch 'origin/main' into release-v1.7.1"
This reverts commitbd74cce86a
, reversing changes made tod2f77e88bd
.
This commit is contained in:
parent
bd74cce86a
commit
567194b925
34 changed files with 614 additions and 1788 deletions
|
@ -151,7 +151,7 @@ async fn run_http(
|
|||
.keep_alive(KeepAlive::Os);
|
||||
|
||||
if let Some(config) = opt_clone.get_ssl_config()? {
|
||||
http_server.bind_rustls_021(opt_clone.http_addr, config)?.run().await?;
|
||||
http_server.bind_rustls(opt_clone.http_addr, config)?.run().await?;
|
||||
} else {
|
||||
http_server.bind(&opt_clone.http_addr)?.run().await?;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue