From 346005c57a95abed8f4b4c6817ecae077126e165 Mon Sep 17 00:00:00 2001 From: Innei Date: Mon, 25 Mar 2024 21:58:45 +0800 Subject: [PATCH] chore: nginx conf Signed-off-by: Innei --- configs/nginx.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/configs/nginx.conf b/configs/nginx.conf index 6d8d45b7..6adc5c52 100644 --- a/configs/nginx.conf +++ b/configs/nginx.conf @@ -13,9 +13,6 @@ location /v2 { add_header X-Cache $upstream_cache_status; #Set Nginx Cache - proxy_ignore_headers Set-Cookie Cache-Control expires; - expires 12h; - error_page 444 = @close_connection; }