change kestrel to listen on *

This commit is contained in:
glennc 2015-11-18 11:01:37 -08:00
parent a402095e59
commit 2337043e92
4 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@
"Microsoft.Framework.Logging.Console": "1.0.0-beta8" "Microsoft.Framework.Logging.Console": "1.0.0-beta8"
}, },
"commands": { "commands": {
"web": "Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:5004" "web": "Microsoft.AspNet.Server.Kestrel --server.urls http://*:5004"
}, },
"frameworks": { "frameworks": {
"dnx451": { }, "dnx451": { },

View File

@ -18,7 +18,7 @@
"Microsoft.Framework.Logging.Console": "1.0.0-beta8" "Microsoft.Framework.Logging.Console": "1.0.0-beta8"
}, },
"commands": { "commands": {
"web": "Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:5004" "web": "Microsoft.AspNet.Server.Kestrel --server.urls http://*:5004"
}, },
"frameworks": { "frameworks": {
"dnx451": { }, "dnx451": { },

View File

@ -17,7 +17,7 @@
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final" "Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final"
}, },
"commands": { "commands": {
"web": "Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:5004" "web": "Microsoft.AspNet.Server.Kestrel --server.urls http://*:5004"
}, },
"frameworks": { "frameworks": {
"dnx451": { }, "dnx451": { },

View File

@ -18,7 +18,7 @@
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final" "Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final"
}, },
"commands": { "commands": {
"web": "Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:5004" "web": "Microsoft.AspNet.Server.Kestrel --server.urls http://*:5004"
}, },
"frameworks": { "frameworks": {
"dnx451": { }, "dnx451": { },