Commit 0d0ce589 authored by Patrick's avatar Patrick
Browse files

update port

parent bcea13bb
...@@ -28,11 +28,11 @@ app.use(express.static('vcm')); ...@@ -28,11 +28,11 @@ app.use(express.static('vcm'));
// const httpServer = http.createServer(app); // const httpServer = http.createServer(app);
const httpsServer = https.createServer(credentials, app); const httpsServer = https.createServer(credentials, app);
// httpServer.listen(8083, () => { // httpServer.listen(8081, () => {
// console.log('HTTP Server running on port 80'); // console.log('HTTP Server running on port 80');
// }); // });
httpsServer.listen(8081, () => { httpsServer.listen(8083, () => {
console.log('HTTPS Server running on port 443'); console.log('HTTPS Server running on port 443');
}); });
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment