Skip to content

Commit f00d418

Browse files
authored
Merge pull request #443 from tobiashuste/add-nginx-header-zammad
Add host header to Zammad nginx config
2 parents c71a414 + c4b0b30 commit f00d418

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/zammad/templates/nginx-zammad.conf.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ server {
6161
proxy_http_version 1.1;
6262
proxy_set_header Upgrade $http_upgrade;
6363
proxy_set_header Connection "Upgrade";
64+
proxy_set_header Host $http_host;
6465
proxy_set_header CLIENT_IP $remote_addr;
6566
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
6667
proxy_set_header X-Forwarded-Proto $scheme;

0 commit comments

Comments
 (0)