Skip to content

Commit

Permalink
#12020 pass in configured domain to ActionCable
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulazizali77 committed Mar 12, 2024
1 parent 329abe8 commit 7f772d3
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 7f772d3

Please sign in to comment.