1
0
Fork 0
forked from exozyme/nginx

Format config files

This commit is contained in:
Anthony Wang 2022-01-16 16:54:24 -06:00
parent ca83d0fc79
commit d23bdebded
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -10,6 +10,6 @@ server {
}
location /socket.io {
proxy_pass http://localhost:1951;
proxy_pass http://localhost:1951;
}
}