Proxy Error
-
Hi,
I got this error:
Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /socket.io/1/websocket/yTAbGScq8qrLlkN8XseN. Reason: Error reading from remote server
I am using Apache, with proxypass.
Any suggestion what can be?
My hosting said:
For some reason the app isn't returning data for that page:
damir ~ # curl http://localhost:4567/socket.io/1/websocket/yTAbGScq8qrLlkN8XseN
curl: (52) Empty reply from server
Thanks!!
-
Sure, this:
{
"base_url": "http://xxx.yyy.com",
"port": "4567",
"use_port": false,
"secret": "secret-removed",
"bind_address": "0.0.0.0",
"database": "redis",
"redis": {
"host": "127.0.0.1",
"port": "6379",
"password": "",
"database": "0"
},
"bcrypt_rounds": 12,
"upload_path": "/public/uploads",
"relative_path": ""
}
Copyright © 2024 NodeBB | Contributors