Skip to content

Commit 514e8f1

Browse files
author
Alexandros Ioannides
authored
Update v-add-fastcgi-cache
1 parent 6f149e6 commit 514e8f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/v-add-fastcgi-cache

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ cat << EOF > $fastcgi
6969
fastcgi_cache_valid 301 302 10m;
7070
fastcgi_cache_valid 404 10m;
7171
fastcgi_cache_bypass $no_cache;
72-
fastcgi_no_cache $no_cache;
72+
fastcgi_no_cache $no_cache;
73+
set $no_cache 0;
7374
EOF
7475

7576
if [ ! -z "$debug" ]; then

0 commit comments

Comments
 (0)