NGINX configuration for IPFS API reverse proxy
- Add a domain record, pointing subdomain ipfs to the Linux VPS.
- Install latest version of IPFS, add CORS config and run ipfs daemon with --enable-pubsub-experiment
- Install NGINX, ensure ports 80 and 443 are open
- Move ipfs-api.conf to /etc/nginx/conf.d/ and restart NGINX