going-flying.com gemini git repository
5b5eb0f8a50ddb4f6191d619e0e94ece382cdea3 - Matthew Ernisse - 1595972968
/tmp should be writable in the container
diff --git a/cgi-bin/git-gmi/config.py b/cgi-bin/git-gmi/config.py index 9b1fd1e..13a42ab 100644 --- a/cgi-bin/git-gmi/config.py +++ b/cgi-bin/git-gmi/config.py @@ -3,7 +3,7 @@ GIT_CATALOG = "/var/gemini" # which path leads to your cgi app after the URL's host part CGI_PATH = "/cgi-bin/" # cache dir -CACHE_DIR = "" +CACHE_DIR = "/tmp" # how long before cache expires, in seconds: int CACHE_TTL = 120 # your site's display name