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-02 10:46:54 +02:00
parent 710a92d18c
commit 9a044fbfed
5 changed files with 3 additions and 129 deletions
+1 -1
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";