웹사이트 경로 정보 업데이트
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 1s

- 실제 nginx 설정 기반으로 정확한 경로 정보 업데이트
- 메인 도메인과 서브 도메인 구분
- 모든 프록시 경로와 포트 번호 명시

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
happybell80 2025-07-18 01:07:37 +09:00
parent 3f10734183
commit 5b7114642a

View File

@ -26,9 +26,16 @@ nginx-deploy/
## 웹사이트 경로
- `https://ro-being.com/` → 메인 페이지 (5173 포트)
- `https://ro-being.com/api/` → API 서버 (8000 포트)
- `https://ro-being.com/rb10508/` → 테스트 서버 (10508 포트)
### 메인 도메인 (ro-being.com)
- `https://ro-being.com/` → 고객용 프론트엔드 (정적 파일)
- `https://ro-being.com/api/` → 관리자 API 서버 (8000 포트)
- `https://ro-being.com/admin` → 관리자 대시보드 (8000 포트)
- `https://ro-being.com/rb10508/` → 로빙 #10508 테스트 서버 (10508 포트)
- `https://ro-being.com/rb8001/` → 로빙 #8001 서버 (8001 포트)
### 서브 도메인
- `https://git.ro-being.com/` → Gitea 서버 (3000 포트)
- `https://auth.ro-being.com/` → 인증 서버 (9000 포트)
## 상태 확인