From c40f30e56fc9f4a865f8665bf796899056c2d8a5 Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Wed, 14 Sep 2022 15:01:01 +0200 Subject: [PATCH] Added cache-control headers to doc yaml --- public/docs/.htaccess | 1 + 1 file changed, 1 insertion(+) create mode 100644 public/docs/.htaccess diff --git a/public/docs/.htaccess b/public/docs/.htaccess new file mode 100644 index 000000000..5cd648273 --- /dev/null +++ b/public/docs/.htaccess @@ -0,0 +1 @@ +Header add Cach-control: "no-store, no-cache, must-revalidate"