Merge branch 'feature/add_ipfs_id' of kosmos/chef into master
This commit is contained in:
commit
d4514a1871
@ -4,7 +4,7 @@ maintainer_email 'mail@kosmos.org'
|
||||
license 'MIT'
|
||||
description 'Installs/Configures kosmos-ipfs'
|
||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||
version '0.1.0'
|
||||
version '0.1.1'
|
||||
|
||||
depends 'ipfs'
|
||||
depends 'kosmos-base'
|
||||
|
@ -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 %>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user