eth.link api
This commit is contained in:
parent
ae66cf73d0
commit
9f5a0cd020
|
@ -105,6 +105,13 @@ location /ipfs/api {
|
|||
proxy_pass http://ipfs-node:5001;
|
||||
}
|
||||
|
||||
location /eth/link {
|
||||
include /etc/nginx/conf.d/include/cors;
|
||||
|
||||
rewrite /eth/link/(.*) /$1 break;
|
||||
proxy_pass https://eth.link;
|
||||
}
|
||||
|
||||
location /hnsres {
|
||||
include /etc/nginx/conf.d/include/cors;
|
||||
|
||||
|
|
Reference in New Issue