Skip to content

Instantly share code, notes, and snippets.

@bewho
Forked from lukecav/wordpress.conf
Created December 13, 2017 16:18
Show Gist options
  • Save bewho/07193bf6ef208621951477883074af25 to your computer and use it in GitHub Desktop.
Save bewho/07193bf6ef208621951477883074af25 to your computer and use it in GitHub Desktop.
NGNIX use state cache itmes while updating in the background
#Use stale cache items while updating in the background
fastcgi_cache_use_stale updating error timeout invalid_header http_500;
fastcgi_cache_lock on;
fastcgi_cache_lock_timeout 5s;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment