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
+2 -2
View File
@@ -167,7 +167,7 @@ let
# This must be added to `services.nginx.commonHttpConfig` when
# `mempool/location-static.conf` is used
httpConfig = ''
include ${nbPkgs.mempool-nginx-conf}/mempool/http-language.conf;
include ${nbPkgs.mempool-nginx-conf}/http-language.conf;
'';
# Config for static website content.
@@ -180,7 +180,7 @@ let
add_header Vary Accept-Language;
add_header Vary Cookie;
include ${nbPkgs.mempool-nginx-conf}/mempool/location-static.conf;
include ${nbPkgs.mempool-nginx-conf}/location-static.conf;
# Redirect /api to /docs/api
location = /api {