Fix the IPFS API URL for the get command

This commit is contained in:
Greg Karékinian 2017-06-09 15:35:16 +02:00
parent cf48006a0a
commit 0acc4e65e9

View File

@ -40,8 +40,8 @@ server {
proxy_pass http://_ipfs/api/v0/add;
}
location /api/v0/get {
proxy_pass http://_ipfs/api/v0/get;
location /api/v0/object/get {
proxy_pass http://_ipfs/api/v0/object/get;
}
<% if File.exist?(@ssl_cert) && File.exist?(@ssl_key) -%>