From 5e5de5805bd09981a57969d2b01e042d37ce369d Mon Sep 17 00:00:00 2001 From: Dennis Brakhane Date: Mon, 21 Oct 2024 22:05:18 +0200 Subject: [PATCH] Fix nginx config example Signed-off-by: Dennis Brakhane --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d14920..7ef4ef4 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ location /whiteboard/ { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $host; - proxy_pass http://localhost:3002; + proxy_pass http://localhost:3002/; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade;