Skip to content

Commit 061e9c3

Browse files
pieterlukassechrisknoll
authored andcommitted
feat: add better caching instruction to headers
1 parent a28e3cc commit 061e9c3

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)