From d39c0e65aa218cad6216f42d54aa384dc93dd4f4 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Thu, 30 Apr 2020 13:54:17 -0700 Subject: [PATCH] Updates readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9042ca91..cee94a2a 100644 --- a/README.md +++ b/README.md @@ -88,10 +88,13 @@ Dozzle follows the [12-factor](https://12factor.net/) model. Configurations can ## Troubleshooting -### Sample Nginx config +### Nginx Config + +If you are using nginx as a reverse proxy, then you need to configure `/api` to enable server-sent events. + +Below is an example configuration using SSL and `proxy_pass` with correct settings. ``` - server { listen 80; server_name ;