Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -46,7 +46,7 @@ | ... | @@ -46,7 +46,7 @@ |
46 | ``` | 46 | ``` |
47 | npm install | 47 | npm install |
48 | ``` | 48 | ``` |
49 | -3. 해당 프로젝트는 aws ec2와 ssl인증서를 사용한다. 개인 PC에서 작동하려면 domain과 sslport를 지우고 express.app을 사용해서 서버를 작동시키면 된다.(이 경우 4번은 생략) | 49 | +3. 해당 프로젝트는 aws ec2와 ssl인증서를 사용한다. ssl인증서 설치 필요 |
50 | 4. 최상위 폴더의 index.js의 domain과 sslport를 본인 domain과 sslport로 변경한다. | 50 | 4. 최상위 폴더의 index.js의 domain과 sslport를 본인 domain과 sslport로 변경한다. |
51 | ``` | 51 | ``` |
52 | const domain = "{your domain}"; | 52 | const domain = "{your domain}"; | ... | ... |
-
Please register or login to post a comment