我正试图在我的rails应用程序上测试一些Facebook功能,我想在开发时使用主机文件将foo.com
重定向到localhost:3000
。
以下是我添加到private/etc/hosts
文件中的内容:
127.0.0.1:3000 foo.com
然后我刷新了我的DNS缓存:
dscacheutil -flushcache
但我仍然无法使用foo.com
访问我的本地rails应用程序。有什么建议吗?
答案 0 :(得分:1)
我认为你不应该在hosts文件中设置端口。端口将由rails rails server -p 3000