Skip to content

Commit

Permalink
Add missing X-Forwarded-For header to /cable endpoint (#198)
Browse files Browse the repository at this point in the history
* Add missing X-Forwarded-For header to /cable endpoint

* update chart version

---------

Co-authored-by: André Bauer <monotek@users.noreply.github.com>
  • Loading branch information
timoschwarzer and monotek authored Jul 11, 2023
1 parent c925189 commit 601d402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion zammad/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: zammad
version: 9.0.3
version: 9.0.4
appVersion: 6.0.0-32
description: Zammad is a web based open source helpdesk/customer support system with many features to manage customer communication via several channels like telephone, facebook, twitter, chat and e-mails.
home: https://zammad.org
Expand Down
1 change: 1 addition & 0 deletions zammad/templates/configmap-nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ data:
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header CLIENT_IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_read_timeout 86400;
proxy_pass http://zammad-railsserver;
}
Expand Down

0 comments on commit 601d402

Please sign in to comment.