Showing
1 changed file
with
1 additions
and
2 deletions
... | @@ -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 | ... | ... |
-
Please register or login to post a comment