Update default.conf

This commit is contained in:
Mikhail 2024-09-23 21:30:42 +00:00
parent f6a6775c3d
commit 1e69eb748c

@ -6,7 +6,7 @@ server {
client_max_body_size 100M; client_max_body_size 100M;
add_header Last-Modified $date_gmt; add_header Last-Modified $date_gmt;
add_header Cache-Control 'private no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0'; 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; expires off;
etag off; etag off;