diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-03-30 12:36:24 +0100 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-03-30 12:36:24 +0100 |
commit | 4444d8f9b3fac33caf3d4732e5f6112c5321d6ea (patch) | |
tree | c1fc1d30ed47bdc324fc7acddaaf40bf0a5a28d3 /dist | |
parent | b6fa500806f68d5394174e1f341dc61e3578760e (diff) | |
parent | 51625d3423051edb65081a7203bdbe52224d35f3 (diff) |
Merge branch 'master' into glitch-soc/merge-upstream
Diffstat (limited to 'dist')
-rw-r--r-- | dist/nginx.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/nginx.conf b/dist/nginx.conf index 3d5741765..7c429bad4 100644 --- a/dist/nginx.conf +++ b/dist/nginx.conf @@ -78,6 +78,7 @@ server { proxy_cache CACHE; proxy_cache_valid 200 7d; + proxy_cache_valid 410 24h; proxy_cache_use_stale error timeout updating http_500 http_502 http_503 http_504; add_header X-Cached $upstream_cache_status; add_header Strict-Transport-Security "max-age=31536000"; |