Toggle navigation
Toggle navigation
This project
Loading...
Sign in
진성욱
/
OSS
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
진성욱
2022-11-08 19:09:34 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2b4993e3e15b97ed894b9fa1c68ccdbe88b6461e
2b4993e3
1 parent
cd7dda95
Modified comments for altering a domain
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
Experiments/messenger/ssl/app.js
Experiments/messenger/ssl/app.js
View file @
2b4993e
...
...
@@ -4,8 +4,7 @@ const path = require('path');
const
HTTPS
=
require
(
'https'
);
const
app
=
express
();
// 본인이 소유한 도메인으로 변경해야 함
// www 붙여야 함
// 할당 받은 도메인으로 변경해야 함
const
domain
=
"www.stagefive.tk"
const
sslport
=
23023
;
...
...
Please
register
or
login
to post a comment