From f28c90498bbb7e903d651360cba990e1d3491a1e Mon Sep 17 00:00:00 2001 From: Elan Hasson <234704+ElanHasson@users.noreply.github.com> Date: Wed, 10 May 2023 07:29:48 -0400 Subject: [PATCH] docs: Update README.md to fix typo (#2087) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b9ac5d6..6567063d 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The Elk team maintains a deployment at: ### Self-Host Docker Deployment -In order to host Elk yourself you can use the provided Dockerfile to build a container with elk. Be aware, that Elk only loads properly of the connection is done via SSL/TLS. The Docker container itself does not provide any SSL/TLS handling. You'll have to add this bit yourself. +In order to host Elk yourself you can use the provided Dockerfile to build a container with elk. Be aware, that Elk only loads properly if the connection is done via SSL/TLS. The Docker container itself does not provide any SSL/TLS handling. You'll have to add this bit yourself. One could put Elk behind popular reverse proxies with SSL Handling like Traefik, NGINX etc. 1. checkout source ```git clone https://github.com/elk-zone/elk.git```