mempool: remove unneded nginx config files

mempool.conf, nginx.conf were not used in nix-bitcoin.
This commit is contained in:
Erik Arvstedt 2025-06-01 23:03:31 +02:00
parent 710a92d18c
commit 9a044fbfed
No known key found for this signature in database
GPG key ID: 33312B944DD97846
5 changed files with 3 additions and 129 deletions

View file

@ -108,7 +108,7 @@ rec {
mempool-nginx-conf = runCommand "mempool-nginx-conf" {} ''
${sync} --chmod=u+w ${./nginx-conf}/ $out
${sync} ${src}/production/nginx/http-language.conf $out/mempool
${sync} ${src}/production/nginx/http-language.conf $out
'';
sync = "${rsync}/bin/rsync -a --inplace";