From 79a1dab5599af9db131da6f3637848a29c6b6475 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 8 Jun 2020 14:13:02 +0100 Subject: [PATCH] Cache expiry --- gemini/EN/install.gmi | 2 +- website/EN/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gemini/EN/install.gmi b/gemini/EN/install.gmi index 51274c100..118f5373a 100644 --- a/gemini/EN/install.gmi +++ b/gemini/EN/install.gmi @@ -114,7 +114,7 @@ And paste the following: proxy_set_header X-Forward-For $proxy_add_x_forwarded_for; proxy_set_header X-Forward-Proto http; proxy_set_header X-Nginx-Proxy true; - expires 7; + expires 7d; proxy_set_header Pragma public; proxy_set_header Cache-Control "public"; proxy_temp_file_write_size 64k; diff --git a/website/EN/index.html b/website/EN/index.html index 4fd4b2e9d..0db017d54 100644 --- a/website/EN/index.html +++ b/website/EN/index.html @@ -1394,7 +1394,7 @@ proxy_set_header X-Forward-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forward-Proto http;
proxy_set_header X-Nginx-Proxy true;
- expires 7;
+ expires 7d;
proxy_set_header Pragma public;
proxy_set_header Cache-Control "public";
proxy_temp_file_write_size 64k;