Full CI
This commit is contained in:
		@@ -412,7 +412,6 @@ in
 | 
			
		||||
 | 
			
		||||
      nixCacheableRegex = ''^\/(\S+\.narinfo|nar\/\S+\.nar\.\S+)$'';
 | 
			
		||||
      nixCacheHeaders = ''
 | 
			
		||||
        proxy_hide_header "X-Amz-Request-Id";
 | 
			
		||||
        add_header Cache-Control $nix_cache_control;
 | 
			
		||||
        add_header Expires $nix_expires;
 | 
			
		||||
      '';
 | 
			
		||||
@@ -448,7 +447,6 @@ in
 | 
			
		||||
          };
 | 
			
		||||
        };
 | 
			
		||||
        useACMEHost = pubDomain;
 | 
			
		||||
        onlySSL = false;
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -162,7 +162,7 @@ in
 | 
			
		||||
                  type = "s3";
 | 
			
		||||
                  region = "eu-central-1";
 | 
			
		||||
                  bucket = "nix-attic";
 | 
			
		||||
                  endpoint = "http://localhost:9000";
 | 
			
		||||
                  endpoint = "https://s3.nul.ie";
 | 
			
		||||
                };
 | 
			
		||||
                chunking = {
 | 
			
		||||
                  nar-size-threshold = 65536;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user