diff --git a/etc/nginx/vhosts.d/openqa-locations.inc b/etc/nginx/vhosts.d/openqa-locations.inc index 6794529a42d..107b0a035bd 100644 --- a/etc/nginx/vhosts.d/openqa-locations.inc +++ b/etc/nginx/vhosts.d/openqa-locations.inc @@ -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; }