diff --git a/nginx-mempool.conf b/nginx-mempool.conf index 2532a7082..4b12ed714 100644 --- a/nginx-mempool.conf +++ b/nginx-mempool.conf @@ -58,6 +58,9 @@ proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; } + location /api/v1/services { + proxy_pass https://mempool.space; + } location /api/v1 { proxy_pass http://127.0.0.1:8999/api/v1; } diff --git a/production/install b/production/install index f4b2c10ed..1d8faa9f8 100755 --- a/production/install +++ b/production/install @@ -418,7 +418,7 @@ DEBIAN_UNFURL_PKG+=(libxdamage-dev libxrandr-dev libgbm-dev libpango1.0-dev liba FREEBSD_PKG=() FREEBSD_PKG+=(zsh sudo git git-lfs screen curl wget calc neovim) FREEBSD_PKG+=(openssh-portable py311-pip rust llvm17 jq base64 libzmq4) -FREEBSD_PKG+=(boost-libs autoconf automake gmake gcc libevent libtool pkgconf) +FREEBSD_PKG+=(boost-libs autoconf automake gmake gcc13 libevent libtool pkgconf) FREEBSD_PKG+=(nginx rsync py311-certbot-nginx mariadb1011-server) FREEBSD_PKG+=(geoipupdate redis)