Add trailing slash in mccarthyism.conf

This commit is contained in:
Anthony Wang 2022-01-17 16:43:49 -06:00
parent 5968f4b3ca
commit 76f0b2b18b
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -9,7 +9,7 @@ server {
proxy_pass http://localhost:1950; proxy_pass http://localhost:1950;
} }
location /socket.io { location /socket.io/ {
proxy_pass http://localhost:1951; proxy_pass http://localhost:1951;
} }
} }