From 5b69c8284e2e756567a63ab61955c1dfca6516db Mon Sep 17 00:00:00 2001 From: ralf401 Date: Tue, 7 May 2024 11:20:15 +0200 Subject: [PATCH] Fixes #467 - Changed ES URL to http instead of https --- install/elasticsearch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/elasticsearch.rst b/install/elasticsearch.rst index c39c6bf..fdc0e23 100644 --- a/install/elasticsearch.rst +++ b/install/elasticsearch.rst @@ -163,7 +163,7 @@ commands, as this will fail otherwise. .. code-block:: sh # Set the Elasticsearch server address - $ zammad run rails r "Setting.set('es_url', 'https://localhost:9200')" + $ zammad run rails r "Setting.set('es_url', 'http://localhost:9200')" # Build the search index $ zammad run rake zammad:searchindex:rebuild