Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FE] 프론트 배포 서버 추가 & 백 배포 서버 변경 #131

Open
2 tasks done
lion1735 opened this issue Jul 13, 2022 · 2 comments
Open
2 tasks done

[FE] 프론트 배포 서버 추가 & 백 배포 서버 변경 #131

lion1735 opened this issue Jul 13, 2022 · 2 comments

Comments

@lion1735
Copy link
Contributor

lion1735 commented Jul 13, 2022

🔨 기능 설명

기능 설명
기존에 ssuektudy.kro.kr 가 백 - 톰캣 서버로 리다이렉트 되던 행위를
프론트 엔직스 서버로 교체.
백 tomcat 포트번호 변경 : 8080->9999
프론트 nginx 포트번호 변경 : 80->8080
iptables 8080으로 들어오는 포트를 80으로 포트 포워딩

📑 완료 조건

  • 백&프론트 서버 포트 변경
  • 프론트 패키지 배포
@lion1735
Copy link
Contributor Author

nginx

서비스 설치 :

  1. curl -sL https://deb.nodesource.com/setup_14.x -o nodesource_14_setup.sh
  2. sudo bash nodesource_setup.sh
    서비스 실행 : sudo service nginx start
    환경 설정 파일 변경 : sudo nano /etc/nginx/sites-enabled/default -> listen 포트번호 변경

tomcat

환경 설정 파일 변경 : sudo nano /var/lib/tomcat9/conf/server.xml

@lion1735
Copy link
Contributor Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant