Update nginx.conf for signet, services, and disable SSR for now

This commit is contained in:
wiz
2021-02-21 03:39:19 +09:00
parent 279cba5d79
commit 7195d6ea31
2 changed files with 44 additions and 6 deletions

View File

@@ -167,6 +167,17 @@ http {
}
}
upstream electrs-signet {
server [2401:b140:1::100:220]:3003;
}
server {
listen 127.0.0.1:2003;
access_log /dev/null;
location / {
proxy_pass http://electrs-signet;
}
}
server {
listen 80;
server_name mempool.space mempool.ninja node100.bitcoin.wiz.biz;