chore: nginx conf

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei 2024-03-25 21:58:45 +08:00
parent ba0c673aa2
commit 346005c57a
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 0 additions and 3 deletions

View File

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