We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
현재 X-Forwarded-For만 넘겨주고 있지만 Forwarded이 표준이므로 이것도 지원해주는게 좋을것 같다는 의견이 있었습니다. Koajs에서는 아직 지원하지 않지만 표준이니 넘겨주는게 나을 것 같습니다.
하지만, nginx이 이걸 기본적으로 지원해주지 않아서 이걸 추가해주는게 많이 더럽습니다.
방법:
The text was updated successfully, but these errors were encountered:
nginx ingress controller에 모든 것을 맡기세요
Sorry, something went wrong.
No branches or pull requests
현재 X-Forwarded-For만 넘겨주고 있지만 Forwarded이 표준이므로 이것도 지원해주는게 좋을것 같다는 의견이 있었습니다. Koajs에서는 아직 지원하지 않지만 표준이니 넘겨주는게 나을 것 같습니다.
하지만, nginx이 이걸 기본적으로 지원해주지 않아서 이걸 추가해주는게 많이 더럽습니다.
방법:
The text was updated successfully, but these errors were encountered: