我已经在Vagrant管理的VM上安装了Mailcatcher gem(http://mailcatcher.me/)。在Vagrantfile中,我设置了转发端口:
config.vm.forward_port 1080, 1080
我ssh给guest,在guest上运行Mailcatcher,但是当我在我的主机上访问:127.0.0.1:1080时,我看不到Mailcather界面。我得到的只是:
No data received.Unable to load the webpage because the server sent no data ...
有什么想法吗?
提前致谢!
- 解决方案--- 看到这里的主题: https://github.com/sj26/mailcatcher/issues/89