Add the id endpoint to our IPFS reverse proxy
This commit is contained in:
@@ -33,6 +33,9 @@ server {
|
||||
location /api/v0/object/data {
|
||||
proxy_pass http://_ipfs/api/v0/object/data;
|
||||
}
|
||||
location /api/v0/id {
|
||||
proxy_pass http://_ipfs/api/v0/id;
|
||||
}
|
||||
|
||||
ssl_certificate <%= @ssl_cert %>;
|
||||
ssl_certificate_key <%= @ssl_key %>;
|
||||
|
||||
Reference in New Issue
Block a user