🔥 *sigh* ipfs-cluster + nginx doesn't work

This commit is contained in:
2022-12-18 21:29:57 -05:00
parent b527d5c790
commit c47ae5d2ce
3 changed files with 9 additions and 27 deletions

View File

@ -41,24 +41,6 @@ in
};
};
nginx = {
# IPFS Cluster REST API.
upstreams = {
"cluster_restapi" = {
servers = {
"100.95.167.126:9094" = { };
"100.87.220.71:9094" = { };
"100.126.255.109:9094" = { };
"100.74.59.80:9094" = { };
};
};
};
virtualHosts."cluster.walkah.cloud" = {
forceSSL = true;
enableACME = true;
locations."/" = { proxyPass = "http://cluster_restapi"; };
};
# IPFS Gateway
virtualHosts."walkah.cloud" = {
forceSSL = true;