We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu server 14.04 , Node v8.4.0, Setup proxy nginx as https://domain.com/peercalls
All is working except that socket.io client can't fine the socket.io server at '/socket.io' can you please help with this..
const io = require('socket.io')(http,{ path : '/peercalls' })
Tried changing the path in socket.io but not to avail..
nginx settings as such,
proxy_pass http://liveCam; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
The text was updated successfully, but these errors were encountered:
How do you start debug for socket.io server or PeerCalls so it can be more verbose..
Oh boy, it's getting more complicated.
Sorry, something went wrong.
@jeremija what are you thoughts?
Thanks, anyways..
795d31f
No branches or pull requests
Ubuntu server 14.04 , Node v8.4.0,
Setup proxy nginx as https://domain.com/peercalls
All is working except that socket.io client can't fine the socket.io server at '/socket.io' can you please help with this..
const io = require('socket.io')(http,{ path : '/peercalls' })
Tried changing the path in socket.io but not to avail..
nginx settings as such,
proxy_pass http://liveCam; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
The text was updated successfully, but these errors were encountered: