Skip to content

Commit

Permalink
fix: add host header for report service internal calls (project-sunbi…
Browse files Browse the repository at this point in the history
  • Loading branch information
beepdot authored Jun 13, 2022
1 parent acf3cd8 commit aca9ea4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ data:
set $target http://report-service.{{ .Values.namespace }}.svc.cluster.local:3030;
rewrite ^/report/(.*) /$1 break;
proxy_http_version 1.1;
proxy_set_header Host $server_name;
proxy_pass $target;
}
location /search/ {
Expand Down

0 comments on commit aca9ea4

Please sign in to comment.