标签:ebs for rails prot back server 部署 isa web
config/environments/development.rb
config.action_cable.url = ‘ws://10.129.56.223:28080‘ // 浏览器访问的websoket 服务地址
ActionCable.server.config.disable_request_forgery_protection = true // 允许远程请求访问
标签:ebs for rails prot back server 部署 isa web
原文地址:http://www.cnblogs.com/lizhenjiang/p/7064649.html