Fix the IPFS API URL for the get command
This commit is contained in:
parent
cf48006a0a
commit
0acc4e65e9
@ -40,8 +40,8 @@ server {
|
|||||||
proxy_pass http://_ipfs/api/v0/add;
|
proxy_pass http://_ipfs/api/v0/add;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /api/v0/get {
|
location /api/v0/object/get {
|
||||||
proxy_pass http://_ipfs/api/v0/get;
|
proxy_pass http://_ipfs/api/v0/object/get;
|
||||||
}
|
}
|
||||||
|
|
||||||
<% if File.exist?(@ssl_cert) && File.exist?(@ssl_key) -%>
|
<% if File.exist?(@ssl_cert) && File.exist?(@ssl_key) -%>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user