From d23bdebded5fee85a2659f63be8ed56d5b0940fc Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sun, 16 Jan 2022 16:54:24 -0600 Subject: [PATCH] Format config files --- mccarthyism.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mccarthyism.conf b/mccarthyism.conf index 999d563..aa4cd60 100644 --- a/mccarthyism.conf +++ b/mccarthyism.conf @@ -10,6 +10,6 @@ server { } location /socket.io { - proxy_pass http://localhost:1951; + proxy_pass http://localhost:1951; } }