Skip to content

Commit

Permalink
add nginx reverse proxy config to elasticsearch install
Browse files Browse the repository at this point in the history
  • Loading branch information
André Bauer committed Nov 12, 2016
1 parent 513bedc commit 8ff1265
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions install-elasticsearch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,12 @@ After you have configured Zammad for using Elasticsearch, you need to rebuild th

rake searchindex:rebuild # drop/create/reload


Using Elasticsearch on another server
=====================================

Elasticsearch can also be installed on another server but you have to know that this is insecure out of the box because Elasticsearch has no authentication.
For this reason you should run elasticsearch on 127.0.0.1 and use a reverse proxy with authentification to access it from Zammad.
You can find an example config for Nginx in contrib/nginx/elasticsearch.conf.


0 comments on commit 8ff1265

Please sign in to comment.