mirror of https://github.com/chyyuu/v8-cpu.git
update Gruntfile.js:: php->dist->options->hostname to 0.0.0.0 for outside access
This commit is contained in:
parent
9818edd582
commit
e100e8833d
|
@ -42,6 +42,7 @@ module.exports = function(grunt) {
|
|||
dist: {
|
||||
options: {
|
||||
port: 8082,
|
||||
hostname: '0.0.0.0',
|
||||
base: '.',
|
||||
keepalive: true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue