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

πŸ› [BugFix] Add socket proxy #577

Merged
merged 1 commit into from
Jul 12, 2023
Merged

πŸ› [BugFix] Add socket proxy #577

merged 1 commit into from
Jul 12, 2023

Conversation

nyeoni
Copy link
Member

@nyeoni nyeoni commented Jul 12, 2023

Summary

  • nginx config νŒŒμΌμ— socket.io proxy μΆ”κ°€

Describe your changes

location /socket.io/ {
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_set_header Host $host;

    proxy_pass http://ghostserver:3000;

    proxy_http_version 1.1;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "upgrade";
  }

μΆ”κ°€ν•΄μ£Όμ—ˆμŠ΅λ‹ˆλ‹€. μ†ŒμΌ“ μ •μƒμž‘λ™ λ©λ‹ˆλ‹€.

Issue number and link

@nyeoni nyeoni added the bug Something isn't working label Jul 12, 2023
@nyeoni nyeoni self-assigned this Jul 12, 2023
Copy link
Member

@Kimhan-nah Kimhan-nah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

μ’‹μ•„μš”

@Kimhan-nah Kimhan-nah merged commit ce289a3 into main Jul 12, 2023
1 check passed
@Kimhan-nah Kimhan-nah deleted the bugfix/socket branch July 12, 2023 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

πŸ›Β [Bug] μœ μ € μœ νš¨μ„± 검사 μ—λŸ¬
2 participants