Untitled diff

Created Diff never expires
1 removal
Lines
Total
Removed
Words
Total
Removed
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
11 lines
1 addition
Lines
Total
Added
Words
Total
Added
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
11 lines
### fastcgi_cache start ###
### fastcgi_cache start ###
fastcgi_cache_methods GET;
fastcgi_cache_methods GET;
fastcgi_cache_key $scheme$request_method$host$request_uri$mobile_request;
fastcgi_cache_key $scheme$request_method$host$request_uri;
fastcgi_cache_use_stale error timeout invalid_header updating http_500;
fastcgi_cache_use_stale error timeout invalid_header updating http_500;
fastcgi_ignore_headers Cache-Control Expires Set-Cookie;
fastcgi_ignore_headers Cache-Control Expires Set-Cookie;
fastcgi_cache fastcgicache;
fastcgi_cache fastcgicache;
fastcgi_no_cache $nocachecookie $nocacheuri;
fastcgi_no_cache $nocachecookie $nocacheuri;
fastcgi_cache_bypass $nocachecookie $nocacheuri;
fastcgi_cache_bypass $nocachecookie $nocacheuri;
fastcgi_cache_valid 200 301 302 303 304 404 15m;
fastcgi_cache_valid 200 301 302 303 304 404 15m;
add_header X-Cache-Status $upstream_cache_status;
add_header X-Cache-Status $upstream_cache_status;
### fastcgi_cache end ###
### fastcgi_cache end ###