From b228da3879aa1a01f8546a14c5a38767bda2def6 Mon Sep 17 00:00:00 2001 From: ralf401 Date: Tue, 7 May 2024 11:04:30 +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 c39c6bff..fdc0e233 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