4 lines
195 B
Plaintext
4 lines
195 B
Plaintext
# Just like the common block, but adds proxy_cache_use_stale
|
|
include "/etc/nginx/nginx.manifest.common.conf";
|
|
proxy_cache_use_stale error timeout http_500 http_502 http_504 http_429;
|