-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# CoT-Verification-Toolbox-Backend | ||
22-2 소프트웨어 공학 팀플 | ||
|
||
웹 페이지 도메인 : https://cotever.netlify.app/ | ||
|
||
웹 페이지 repo : https://github.com/NormalPlayerJSH/CoT-Verification-Toolbox-Frontend | ||
|
||
deploy.sh에 있는 | ||
|
||
```c | ||
sudo iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 80 -j REDIRECT --to-ports 8080 | ||
``` | ||
|
||
이 코드가 8080포트로 들어오는 모든 요청을 80 기본 포트로 바꿔줍니다. | ||
|