From 76f0b2b18b64eb331081f14a0177471c86855223 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Mon, 17 Jan 2022 16:43:49 -0600 Subject: [PATCH] Add trailing slash in mccarthyism.conf --- mccarthyism.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mccarthyism.conf b/mccarthyism.conf index aa4cd60..517f28c 100644 --- a/mccarthyism.conf +++ b/mccarthyism.conf @@ -9,7 +9,7 @@ server { proxy_pass http://localhost:1950; } - location /socket.io { + location /socket.io/ { proxy_pass http://localhost:1951; } }