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
Hi,
Can someone point me out how to configure reverse proxy in apache? Seems I am having problems with ws sockets:
app.js:3267 WebSocket connection to 'ws://127.0.0.1:880/events/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED
My apache settings:
ProxyPreserveHost On ProxyPass / http://127.0.0.1:880/ ProxyPassReverse / http://127.0.0.1:880/ ProxyPass /events ws://127.0.0.1:880/events
NOTE: 880 is the port assigned in docker-compose.yml (ports: - 880:80)
Currently running in OS Ubuntu 18.04.
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Can someone point me out how to configure reverse proxy in apache? Seems I am having problems with ws sockets:
My apache settings:
NOTE: 880 is the port assigned in docker-compose.yml (ports: - 880:80)
Currently running in OS Ubuntu 18.04.
Thanks.
The text was updated successfully, but these errors were encountered: