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

[BUG] 클라이언트 IP 취득 버그 해결 #84

Open
fnzksxl opened this issue Aug 22, 2024 · 0 comments
Open

[BUG] 클라이언트 IP 취득 버그 해결 #84

fnzksxl opened this issue Aug 22, 2024 · 0 comments
Labels
bug 버그 픽스

Comments

@fnzksxl
Copy link
Contributor

fnzksxl commented Aug 22, 2024

## 🎓 목적

  • 프로덕션 환경에서 클라이언트의 실제 IP를 취득한다
  • 팀 디테일 페이지 이미지를 제대로 나오게 한다.

## ❓ 추가 기능 또는 변경점

  • 서버의 Nginx conf를 수정하여 새로운 헤더 생성
  • 이미지 링크 오타 수정

## 📢 참고사항

  • 개발 환경과 다르게 프로덕션 환경에서는 Nginx-Gunicorn 스택으로 인해 IP가 127.0.0.1로만 나왔던 점을 해결한다.
@fnzksxl fnzksxl added the bug 버그 픽스 label Aug 22, 2024
fnzksxl added a commit that referenced this issue Aug 22, 2024
Nginx conf에서 X-Real-IP로 remote_addr을 할당하였다.
fnzksxl added a commit that referenced this issue Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 버그 픽스
Projects
None yet
Development

No branches or pull requests

1 participant