진성욱

Modified comments for altering a domain

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