Skip to content

Instantly share code, notes, and snippets.

@willywotz
Created June 8, 2019 07:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willywotz/239808b60d6963e7249151b01838bbad to your computer and use it in GitHub Desktop.
Save willywotz/239808b60d6963e7249151b01838bbad to your computer and use it in GitHub Desktop.
server {
proxy_cache one;
proxy_cache_lock on;
proxy_cache_valid 200 1s;
proxy_cache_use_stale updating;
# ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment