Skip to content

Commit 1572e34

Browse files
authored
Merge pull request #177 from italia/nginx-route-wellk
feat: route configuration for jar-issuer endpoint
2 parents 99ef10e + 6ea98a0 commit 1572e34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Docker-compose/nginx/conf.d/default.conf

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ server {
2222
try_files $uri/index.html $uri @satosa;
2323

2424
location @satosa {
25+
rewrite /.well-known/jar-issuer/OpenID4VP /OpenID4VP/.well-known/jar-issuer break;
26+
rewrite /.well-known/jwt-vc-issuer/OpenID4VP /OpenID4VP/.well-known/jwt-vc-issuer break;
2527
include /etc/nginx/uwsgi_params;
2628

2729
uwsgi_pass iam-proxy-italia:10000;

0 commit comments

Comments
 (0)