Skip to content

Commit 2337043

Browse files
committed
change kestrel to listen on *
1 parent a402095 commit 2337043

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

samples/1.0.0-beta8/HelloMvc/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"Microsoft.Framework.Logging.Console": "1.0.0-beta8"
1919
},
2020
"commands": {
21-
"web": "Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:5004"
21+
"web": "Microsoft.AspNet.Server.Kestrel --server.urls http://*:5004"
2222
},
2323
"frameworks": {
2424
"dnx451": { },

samples/1.0.0-beta8/HelloWeb/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"Microsoft.Framework.Logging.Console": "1.0.0-beta8"
1919
},
2020
"commands": {
21-
"web": "Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:5004"
21+
"web": "Microsoft.AspNet.Server.Kestrel --server.urls http://*:5004"
2222
},
2323
"frameworks": {
2424
"dnx451": { },

samples/1.0.0-rc1-final/HelloMvc/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final"
1818
},
1919
"commands": {
20-
"web": "Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:5004"
20+
"web": "Microsoft.AspNet.Server.Kestrel --server.urls http://*:5004"
2121
},
2222
"frameworks": {
2323
"dnx451": { },

samples/1.0.0-rc1-final/HelloWeb/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final"
1919
},
2020
"commands": {
21-
"web": "Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:5004"
21+
"web": "Microsoft.AspNet.Server.Kestrel --server.urls http://*:5004"
2222
},
2323
"frameworks": {
2424
"dnx451": { },

0 commit comments

Comments
 (0)