Skip to content

Talk not working. Do I miss something? #763

Answered by jpameli
jpameli asked this question in Questions
Discussion options

You must be logged in to vote

I was able to fix this by adding this to the vhost:

proxy_cache_bypass  $http_upgrade;
proxy_set_header Upgrade           $http_upgrade;
proxy_set_header Connection        "upgrade";
proxy_set_header Host              $host;
proxy_set_header X-Real-IP         $remote_addr;
proxy_set_header X-Forwarded-For   $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Host  $host;
proxy_set_header X-Forwarded-Port  $server_port;

:)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@szaimen
Comment options

Answer selected by jpameli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants