Skip to content

Commit

Permalink
Fixes #467 - Changed ES URL to http instead of https
Browse files Browse the repository at this point in the history
  • Loading branch information
ralf401 committed May 7, 2024
1 parent 2ad1e06 commit 5b69c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/elasticsearch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b69c82

Please sign in to comment.