我正在处理聊天也是模块的应用程序。我使用private_pub
gem进行连接握手 - 除了聊天之外,所有东西都在生产上正常工作。在localhost
上,包括聊天在内的一切都很好。我的应用程序部署在 openshift 。我的private_pub配置如下所示
development:
server: "http://localhost:9292/faye"
secret_token: "secret"
test:
server: "http://localhost:9292/faye"
secret_token: "secret"
production:
server: "wss://mydomain.com:8443/faye"
secret_token:"sdfsdf"
signature_expiration: 3600 # one hour
没有出现faye / private_pub错误 - openshift上出现的唯一错误是
我们很抱歉,但出了点问题(500)