We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e2d606 + be53650 commit ae69c32Copy full SHA for ae69c32
docker/nginx-default.conf
@@ -5,6 +5,7 @@ server {
5
6
location ~ ^.*[^/]$ {
7
try_files $uri @rewrite;
8
+ add_header Cache-Control "no-cache, must-revalidate";
9
}
10
11
location @rewrite {
0 commit comments