This commit is contained in:
2023-11-17 15:39:31 +00:00
parent 30d07385e6
commit 241abd02ac
4 changed files with 32 additions and 12 deletions

View File

@@ -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;
};
};