mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-21 21:57:47 +00:00
Align port number
This commit is contained in:
parent
d00ebe7176
commit
d21f96f211
@ -113,8 +113,8 @@ The vhost directory defines the name under which your project will be available.
|
||||
response.end("Hello World\n");
|
||||
});
|
||||
|
||||
// Listen on port 3000
|
||||
server.listen(3000);
|
||||
// Listen on port 4000
|
||||
server.listen(4000);
|
||||
|
||||
4. Create *virtual* docroot directory
|
||||
-------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user