From 1e69eb748caebdb93e9be2eac23b14394b22f6d5 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Mon, 23 Sep 2024 21:30:42 +0000 Subject: [PATCH] Update default.conf --- default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.conf b/default.conf index 5b22619..4c1639d 100644 --- a/default.conf +++ b/default.conf @@ -6,7 +6,7 @@ server { client_max_body_size 100M; add_header Last-Modified $date_gmt; add_header Cache-Control 'private no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0'; - is_modified_since off; + if_modified_since off; expires off; etag off;