From bf21c330a9db109533cc85cef0802c2d2c11de2d Mon Sep 17 00:00:00 2001 From: Aidan Fitzgerald Date: Sat, 28 Jul 2018 00:58:27 -0400 Subject: [PATCH] /static only contains static content, not attachments This reverts commit cf75610fcfe29c693659185b3d9bfd84114426d7. --- 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 33561e427..3816cdbca 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 FollowSymLinks + Options Indexes FollowSymLinks # Don't allow modifications in static directory Require all granted