Skip to content

Commit 9f00896

Browse files
committed
Enabled CORS and HTTP compression.
1 parent 2f3351d commit 9f00896

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

elasticsearch.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ path:
1616

1717
bootstrap.mlockall: true
1818

19-
http.enabled: ${HTTP_ENABLE}
19+
http:
20+
enabled: ${HTTP_ENABLE}
21+
compression: true
22+
cors:
23+
enabled: true
2024

2125
cloud:
2226
kubernetes:

0 commit comments

Comments
 (0)