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

웹소켓과 SSE 연결 60초 끊김 문제 + Nginx에 OAuth 설정 누락 #187

Merged
merged 3 commits into from
Jul 5, 2024

Commits on Jul 5, 2024

  1. fix: #186 - 웹소켓 요청과 SSE 요청 uri에 대한 nginx 설정을 분리

    - 지속연결이 필요한 웹소켓 연결 요청과 SSE 연결 요청만 따로 분리하여 keep-alive timeout을 설정하고 그 외의 요청은 지속연결이 되지 않도록 0으로 설정
    JadeKim042386 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    7bf6c9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7906b5 View commit details
    Browse the repository at this point in the history
  3. fix: oauth2 로그인 요청에 대한 nginx 설정

    - nginx 설정에 oauth2 로그인 요청 부분이 빠져있어 이를 추가함
    - frontend로 라우팅해주는 부분도 불필요하여 삭제
    JadeKim042386 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    b525db5 View commit details
    Browse the repository at this point in the history