Skip to content

Commit

Permalink
Remove error from proxy_cach_use_stale (#4210)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmanjunath committed Oct 28, 2022
1 parent c359bc7 commit ce78696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion creator-node/nginx_conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ http {

# proxy_cache_use_stale + proxy_cache_background_update -> deliver stale content when client requests
# an item that is expired or in the process of being updated from origin server
proxy_cache_use_stale error timeout updating http_500 http_502 http_503 http_504;
proxy_cache_use_stale timeout updating http_500 http_502 http_503 http_504;
proxy_cache_background_update on;

# Cache all responses for 1s
Expand Down

0 comments on commit ce78696

Please sign in to comment.