host not found in upstream "mempool.space
See original GitHub issueWith updated nginx (based on bullseye repo) the nginx conf of mempool is throwing an error:
Dec 19 21:35:19 raspberrypi nginx[703]: nginx: [emerg] host not found in upstream "mempool.space" in /etc/nginx/snippets/mempool.conf:38
Dec 19 21:35:19 raspberrypi nginx[703]: nginx: configuration file /etc/nginx/nginx.conf test failed
Dec 19 21:35:19 raspberrypi systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE
Dec 19 21:35:19 raspberrypi systemd[1]: nginx.service: Failed with result 'exit-code'.
Dec 19 21:35:19 raspberrypi systemd[1]: Failed to start A high performance web server and a reverse proxy server.
--> CHECK CONFIG: sudo nginx -t
Trying to remove this lines for now …
location /api/v1/donations {
proxy_pass https://mempool.space;
}
location /api/v1/donations/images {
proxy_pass https://mempool.space;
}
Issue Analytics
- State:
- Created 2 years ago
- Comments:13 (11 by maintainers)
Top Results From Across the Web
Support and Troubleshooting - Umbrel Community
Host not found in upstream "mempool.space" in /etc/nginx/conf.d/nginx-mempool.conf:49 · Support and Troubleshooting.
Read more >FAQ - mempool - Bitcoin Explorer
A mempool (short for "memory pool") is the queue of pending and unconfirmed transactions for a cryptocurrency network node. There is no one...
Read more >Perf: Enable tcmalloc and disable mempool as a default option
I have executed a smallfile perf test case for 4.8M files 64K (more than 20 times on usual day operation) on latest devel...
Read more >NSX Event Catalog - VMware Docs
Or log folder is missing in Windows Physical Server nodes. ... This API request triggers a DNS lookup to the upstream server in...
Read more >nix-bitcoin (@nixbitcoinorg) / Twitter
Though not all of their nodes have full-rbf peers yet, ... This release contains no major. ... Explore the full Bitcoin ecosystem with...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

To be clear, this is not a “phone home” or anything like that, it’s an nginx.conf proxy so if you hit the donations/contributors API via the About page it will connect to us, but you made a good point that this should be done over Tor - we can improve that
OK final testing looks good. Closing this issue for v1.7.2 release.