진성욱

Modified comments for altering a domain

......@@ -4,8 +4,7 @@ const path = require('path');
const HTTPS = require('https');
const app = express();
// 본인이 소유한 도메인으로 변경해야 함
// www 붙여야 함
// 할당 받은 도메인으로 변경해야 함
const domain = "www.stagefive.tk"
const sslport = 23023;
......