码迷,mamicode.com
首页 > 其他好文 > 详细

grunt默认只允许localhost和访问,如何设置外部IP地址访问

时间:2014-10-16 01:57:51      阅读:470      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   os   使用   sp   2014   on   log   

使用Yeoman生成器创建web项目,使用grunt server启动,默认访问地址为127.0.0.1:9000或者localhost:9000

如果用本机地址如:192.168.1.100:9000访问默认是访问不到的

 

想要通过IP地址访问需要修改Gruntfile.js的配置:

修改connect节点配置,原本的配置如下:

bubuko.com,布布扣

可以看到hostname上面有注释,大概意思是:将地址改为‘0.0.0.0‘可从外部访问。

修改成下图,我们的grunt server就可以从外部访问啦!

bubuko.com,布布扣

 

grunt默认只允许localhost和访问,如何设置外部IP地址访问

标签:style   blog   http   os   使用   sp   2014   on   log   

原文地址:http://www.cnblogs.com/wayns/p/access_grunt_server_from_outside.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!