Skip to content

Commit

Permalink
Update fence-service-ga4gh.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadqur authored Sep 21, 2023
1 parent bea2a85 commit c8fba8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/revproxy/gen3.nginx.conf/fence-service-ga4gh.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ location ~ \/ga4gh\/drs\/v1\/objects\/(.*)\/access {
return 403 "failed csrf check";
}

set $proxy_service "presigned_url_fence";
set $upstream http://presigned_url_fence-service$des_domain;
set $proxy_service "presigned-url-fence";
set $upstream http://presigned-url-fence-service$des_domain;
rewrite ^/user/(.*) /$1 break;
proxy_pass $upstream;
}

0 comments on commit c8fba8f

Please sign in to comment.