restructuring for better SEO
This commit is contained in:
@@ -56,6 +56,11 @@ http {
|
||||
# add_header Pragma "no-cache";
|
||||
# add_header Expires "0";
|
||||
}
|
||||
|
||||
location ~* \.json$ {
|
||||
expires 1d;
|
||||
add_header Cache-Control "public, must-revalidate";
|
||||
}
|
||||
|
||||
location /health {
|
||||
access_log off;
|
||||
|
||||
Reference in New Issue
Block a user