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;