Skip to content

Commit ae69c32

Browse files
Merge pull request #53 from uc-cdis/feat/better_cache_instruction_in_nginx
Feat: add better caching instruction to headers
2 parents 4e2d606 + be53650 commit ae69c32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/nginx-default.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ server {
55

66
location ~ ^.*[^/]$ {
77
try_files $uri @rewrite;
8+
add_header Cache-Control "no-cache, must-revalidate";
89
}
910

1011
location @rewrite {

0 commit comments

Comments
 (0)