feat: Added a new cache policy to the homepage (#681)
This commit is contained in:
@@ -10,6 +10,11 @@ server {
|
||||
autoindex on;
|
||||
autoindex_exact_size off;
|
||||
autoindex_localtime on;
|
||||
|
||||
etag on;
|
||||
if_modified_since exact;
|
||||
add_header Cache-Control "no-cache";
|
||||
add_header Cache-Control "public, max-age=3600";
|
||||
}
|
||||
|
||||
# API proxy
|
||||
|
||||
Reference in New Issue
Block a user