mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-22 14:52:17 +01: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