This commit is contained in:
Karol Wypchlo 2021-10-01 14:59:13 +02:00
parent 399c8bb9bf
commit ae66cf73d0
No known key found for this signature in database
GPG Key ID: C92C016317A964D0
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ location /ipfs {
location /ipfs/api {
include /etc/nginx/conf.d/include/cors;
rewrite /ipfs/(.*) /$1 break;
proxy_pass http://ipfs-node:5001;
}