mirror of
https://github.com/goharbor/harbor
synced 2025-04-13 19:58:24 +00:00
Merge pull request #8912 from ninjadq/no_cache_index_html
Add no-cache to index.html
This commit is contained in:
commit
b75cbe1a7e
|
@ -30,5 +30,9 @@ http {
|
|||
location / {
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
|
||||
location = /index.html {
|
||||
add_header Cache-Control "no-store, no-cache, must-revalidate";
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user