From cf75610fcfe29c693659185b3d9bfd84114426d7 Mon Sep 17 00:00:00 2001 From: Aidan Fitzgerald Date: Fri, 27 Jul 2018 00:33:16 -0400 Subject: [PATCH] Directory listings are a privacy risk! --- roles/lokole/templates/lokole.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/lokole/templates/lokole.conf.j2 b/roles/lokole/templates/lokole.conf.j2 index 3816cdbca..33561e427 100644 --- a/roles/lokole/templates/lokole.conf.j2 +++ b/roles/lokole/templates/lokole.conf.j2 @@ -5,7 +5,7 @@ ProxyPass {{ lokole_url }} http://unix:{{lokole_domain_socket}} Alias {{ lokole_url }}/static {{ lokole_install_path }} - Options Indexes FollowSymLinks + Options FollowSymLinks # Don't allow modifications in static directory Require all granted