Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 7687b6b

Browse files
committed
Update README.md
1 parent 411b22c commit 7687b6b

File tree

5 files changed

+12
-1
lines changed

5 files changed

+12
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules/
1+
node_modules/
2+
secure.md

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
![](./Reverse%20Proxy%20Server.png)
44

5+
1. [AWS 설정 방법](./aws.set.md)
6+
1. [Nginx Install 시 ...](./nginx.install.md)
7+
2. [Nginx Start 시 ...](./nginx.start.md)
8+
59
## References
610

711
- Bad / [Nginx를 리버스 프록시로 사용해보자 (EC2 + Nginx + express)](https://darrengwon.tistory.com/546)

aws.set.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[< 뒤로가기](./README.md)
2+
13
### 🎉 Nginx
24

35
```cmd

nginx.install.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[< 뒤로가기](./README.md)
2+
13
`sudo apt-get install nginx` 입력 시, 다음과 같이 추가 패키치 설치 안내문이 나왔습니다.
24

35
```cmd

nginx.start.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[< 뒤로가기](./README.md)
2+
13
`sudo apt-get install nginx` 이후에 `sudo service ngnix start` 를 실행했을 때, 다음과 같은 메세지가 떳습니다.
24

35
```cmd

0 commit comments

Comments
 (0)