We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a28e3cc commit 061e9c3Copy full SHA for 061e9c3
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