reload index.html regularly
This commit is contained in:
@@ -62,6 +62,9 @@ location /INSTANCE {
|
||||
location ~ .*\.gif$ {
|
||||
add_header Cache-Control "public, max-age=1209600";
|
||||
}
|
||||
location ~ index.html$ {
|
||||
add_header Cache-Control "public, max-age=300";
|
||||
}
|
||||
location ~ config.js$ {
|
||||
add_header Cache-Control "public, max-age=10";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user