**Note II:** if you run go-ipfs behind reverse proxy that provides TLS make it add `X-Forwarded-Proto: https` HTTP header to ensure users are redirected to `https://` URLs (Nginx directive:`proxy_set_header X-Forwarded-Proto "https";`):
**Note II:** if you run go-ipfs behind a reverse proxy that provides TLS, make it adds a`X-Forwarded-Proto: https` HTTP header to ensure users are redirected to `https://`, not `http://`. The NGINX directive is`proxy_set_header X-Forwarded-Proto "https";`.: