I am currently following your steps to configure nginx. In step 06: Secure freqtrade, you suggest setting the "listen_ip_address": "127.0.0.1". In step 07: Create NGINX proxy, you suggest setting the "listen_ip_address": "0.0.0.0". This contradicts eachother, right?
I think it's a bit more complicated. If you use docker, the IP-address should be 0.0.0.0 in the config.json file. The IP-address in the docker-compose.yml file should be:
ports:
"127.0.0.1:8080:8080"
If you performed a manual installation I assume the ip-address should be 127.0.0.1 in the config.json file (from your video).
Hello dutchCryptoDad,
I am currently following your steps to configure nginx. In step 06: Secure freqtrade, you suggest setting the "listen_ip_address": "127.0.0.1". In step 07: Create NGINX proxy, you suggest setting the "listen_ip_address": "0.0.0.0". This contradicts eachother, right?