Skip to content

Commit

Permalink
Merge pull request #1097 from varadeth/DIV-8492
Browse files Browse the repository at this point in the history
DIV-8492 | Update digilocker endpoint pointing in nginx.conf
  • Loading branch information
samarthgr authored May 12, 2022
2 parents 7f48dc4 + 724fb77 commit 0363a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ server {
proxy_pass http://flagr:18000;
}

location /cert/api {
location /cert {
proxy_pass http://digilocker-support-api:8003;
proxy_pass_request_headers on;
}
Expand Down

0 comments on commit 0363a3d

Please sign in to comment.