Skip to content
Snippets Groups Projects
Commit 32107d2b authored by nimrod's avatar nimrod
Browse files

Enable HTTP compression.

parent 78f83f3e
No related branches found
No related tags found
No related merge requests found
...@@ -5,3 +5,4 @@ elasticsearch_config: ...@@ -5,3 +5,4 @@ elasticsearch_config:
http.cors.enabled: true http.cors.enabled: true
'http.cors.allow-origin': '{{ elasticsearch_cors_domains }}' 'http.cors.allow-origin': '{{ elasticsearch_cors_domains }}'
indices.fielddata.cache.size: '50%' indices.fielddata.cache.size: '50%'
http.compression: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment