Skip to content

Commit

Permalink
Add request path to downgrade of connection test.
Browse files Browse the repository at this point in the history
Fix internetstandards#1194

Signed-off-by: Benjamin W. Broersma <[email protected]>
  • Loading branch information
bwbroersma authored Nov 21, 2023
1 parent de7e7f1 commit f8d686e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/webserver/nginx_templates/app.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ server {

# redirect to non-https version for connection test
location / {
return 301 http://conn.${INTERNETNL_DOMAINNAME};
return 301 http://conn.${INTERNETNL_DOMAINNAME}$request_uri;
}
}

Expand Down

0 comments on commit f8d686e

Please sign in to comment.