From 0055b8714ca8bb6259acabe03416ad5caa9eb65b Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Mon, 23 Dec 2024 06:30:40 +0000 Subject: [PATCH] Do not show indexes on /static --- static/.htaccess | 1 + 1 file changed, 1 insertion(+) create mode 100644 static/.htaccess diff --git a/static/.htaccess b/static/.htaccess new file mode 100644 index 0000000..5a928f6 --- /dev/null +++ b/static/.htaccess @@ -0,0 +1 @@ +Options -Indexes -- GitLab