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

@ -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 {