https-cache

This commit is contained in:
Artur Kuś 2026-02-05 23:20:05 +01:00
parent c2503549cc
commit 25c7ff7644
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ server {
proxy_intercept_errors on; proxy_intercept_errors on;
proxy_next_upstream error timeout http_502 http_503 http_504; proxy_next_upstream error timeout http_502 http_503 http_504;
error_page 502 503 504 504 = @fallback; error_page 502 503 504 = @fallback;
} }