리버스 프록시(CDN, 로드밸런서, 캐시 등) 사용시 문제 해결#260
Open
gnh1201 wants to merge 3 commits into
Open
Conversation
Author
This was referenced Jul 26, 2023
Contributor
|
안녕하세요. SIR 입니다. 좋은 코드를 남겨주셔서 감사합니다. 앞으로 개발 하는데 참고하겠습니다. |
kkigomi
pushed a commit
to kkigomi/gnuboard5
that referenced
this pull request
Jul 12, 2024
롤링 공지 노출 시간 조절
kkigomi
pushed a commit
to kkigomi/gnuboard5
that referenced
this pull request
Jul 12, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
패치요약
config.php의G5_DOMAIN및G5_HTTPS_DOMAIN을 올바르게 설정하여도 발생하는 이슈임.HTTP_HOST에 더해HTTP_X_FORWARDED_HOST를 추가함.문제요약
HTTP_HOST)와 서비스 호스트(HTTP_X_FORWARDED_HOST)가 다른 경우가 있음.check_url_host()호출 시 'url에 타 도메인을 지정할 수 없습니다.' 메시지 발생참고링크