File tree Expand file tree Collapse file tree 1 file changed +11
-15
lines changed Expand file tree Collapse file tree 1 file changed +11
-15
lines changed Original file line number Diff line number Diff line change @@ -125,25 +125,21 @@ http {
125
125
126
126
# Redirects
127
127
128
- location /products/base-layer / {
129
- return 301 /rarimo-core/ $request_uri ;
128
+ location /products/passport-derived-profiles / {
129
+ rewrite ^/products/passport-derived-profiles/(.*)$ /accounts/zk-passport/ $1 permanent ;
130
130
}
131
131
132
+ location /products/identity-protocol/ {
133
+ rewrite ^/products/identity-protocol/(.*)$ /credential-trees/$1 permanent;
134
+ }
132
135
133
- ### rarimo-core
134
-
135
-
136
- ### identity-protocol
137
-
138
- # location /products/identity-protocol/overview {
139
- # rewrite ^/overview/identity$ /products/identity-protocol
140
- # permanent;
141
- # }
142
-
143
-
144
-
145
- ### rarime
136
+ location /products/rarime/ {
137
+ rewrite ^/products/rarime/(.*)$ /rarime/$1 permanent;
138
+ }
146
139
140
+ location /products/base-layer/ {
141
+ rewrite ^/products/base-layer/(.*)$ /rarimo-core/$1 permanent;
142
+ }
147
143
148
144
## ecosystem
149
145
You can’t perform that action at this time.
0 commit comments