From 537742f6ab40335ef7404bdea8fd801437e7da44 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Tue, 21 Apr 2026 14:18:11 +0500 Subject: [PATCH] fix: NixCache | need to add upstream host to server names --- cache-infrastructure/nix/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache-infrastructure/nix/nginx.conf b/cache-infrastructure/nix/nginx.conf index 5085187..7d346cd 100644 --- a/cache-infrastructure/nix/nginx.conf +++ b/cache-infrastructure/nix/nginx.conf @@ -8,7 +8,7 @@ map $status $cache_header { server { listen 80; - server_name nix.dogar.dev; + server_name nix.dogar.dev cache.nixos.org; location / { proxy_pass https://cache.nixos.org;