Skip to content

Commit

Permalink
Merge pull request #920 from abdulazizali77/bugfix/12020-actioncable-…
Browse files Browse the repository at this point in the history
…gets-wrong-host-value

Pass in configured domain to ActionCable - related to #12020
  • Loading branch information
mkllnk authored Mar 13, 2024
2 parents 329abe8 + 7f772d3 commit f09072d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inventory/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ nginx_sites:
proxy_set_header X-Forwarded-Ssl on;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host $host;
}
client_max_body_size 4G;
Expand Down

0 comments on commit f09072d

Please sign in to comment.