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