Skip to content

Commit

Permalink
Merge pull request #5260 from nicksinger/nginx_headers
Browse files Browse the repository at this point in the history
Add X-Forwarded-Proto to nginx config
  • Loading branch information
mergify[bot] authored Jul 21, 2023
2 parents f2a2a13 + 3c2168a commit 877fa4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/nginx/vhosts.d/openqa-locations.inc
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ location / {
proxy_set_header X-Forwarded-Host $host:$server_port;
proxy_set_header X-Forwarded-Server $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}

0 comments on commit 877fa4a

Please sign in to comment.