From 690b673d1a83956bb97114d00d60e5a787bc4649 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 8 Jun 2020 14:05:35 +0100 Subject: [PATCH] Extra cache control --- gemini/EN/install.gmi | 3 +++ website/EN/index.html | 15 +++++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/gemini/EN/install.gmi b/gemini/EN/install.gmi index a1ef99f5..51274c10 100644 --- a/gemini/EN/install.gmi +++ b/gemini/EN/install.gmi @@ -114,6 +114,9 @@ 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; + proxy_set_header Pragma public; + proxy_set_header Cache-Control "public"; proxy_temp_file_write_size 64k; proxy_connect_timeout 10080s; proxy_send_timeout 10080; diff --git a/website/EN/index.html b/website/EN/index.html index fc31c503..4fd4b2e9 100644 --- a/website/EN/index.html +++ b/website/EN/index.html @@ -1199,7 +1199,7 @@

You don't need a separate blog system. Blog posts can be added and edited, and are federated as ActivityPub articles. They also have RSS version 2.0 and 3.0 feeds. People can comment on blog posts, but unlike other systems the moderation settings apply just the same as they do for any other fediverse post arriving at your server. This makes blog spam much easier to keep control over.

- +

Epicyon supports many languages. Translations and emoji can easily be added. Alter the logo, backgrounds, terms of service and style to create a unique personality for your instance. Choose from a few different themes, or make a new one. @@ -1218,7 +1218,7 @@ Epicyon's lack of javascript makes it much more usable in shell based web browsers such as Lynx. As new web systems are deployed we should not be leaving anyone with minority use cases behind.

lynx screenshot - +

Some posts contain images and some don't. The media timeline enables you to view all your pet photos in one place. @@ -1236,7 +1236,7 @@

Define a set of skills in your profile and search for other people who have the skills you need. Organize teams who can get things done! -

+

@@ -1254,11 +1254,11 @@ Stay informed about the topics which people that you follow are highlighting. On the search screen there is a hashtag swarm.

- +

No algorithmic timelines. No rating or ranking of people. No trending stuff. Removing the artficial cruft of social networking allows you to focus on things you actually care about, instead of what someone else thinks you should pay attention to. -

+

You will need python version 3.7 or later.

@@ -1287,7 +1287,7 @@

adduser --system --home=/opt/epicyon --group epicyon

chown -R epicyon:epicyon /opt/epicyon

- +

Create a daemon:

@@ -1394,6 +1394,9 @@ 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;
+ proxy_set_header Pragma public;
+ proxy_set_header Cache-Control "public";
proxy_temp_file_write_size 64k;
proxy_connect_timeout 10080s;
proxy_send_timeout 10080;