We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90374b commit b655324Copy full SHA for b655324
src/nginx-bp/cache.conf
@@ -10,5 +10,8 @@ fastcgi_cache_bypass $cookie_PHPSESSID;
10
11
fastcgi_cache_use_stale error timeout invalid_header http_500;
12
fastcgi_cache_valid 200 301 302 304 5s; #use short amounts only for testing purposes
13
+fastcgi_ignore_headers "Cache-Control" "Expires" "Set-Cookie";
14
+if_modified_since before;
15
-fastcgi_ignore_headers "Cache-Control" "Expires" "Set-Cookie";
16
+open_file_cache max=300;
17
+open_file_cache_errors on;
0 commit comments