sparcs-kaist / taxi-infra

KAIST Taxi Party Matching Web Service
https://taxi.kaist.ac.kr
MIT License
7 stars 0 forks source link

#48 [Bug] `X-Forwarded-Proto` 헤더 설정 제거 #49

Closed withSang closed 11 months ago

withSang commented 11 months ago

Summary

It fixes #48 taxi-proxy nginx 컨테이너에서 X-Forwarded-Proto 헤더를 override하기 때문에 secure cookie와 rate limit이 의도한 대로 동작하지 않습니다.

따라서 taxi-proxy nginx 컨테이너에서 X-Forwarded-Proto 헤더를 rewrite하지 않고, 호스트 서버의 nginx에서 해당 헤더를 rewrite하도록 수정합니다.

Further issues