From 65aa02c5566dc078b68ecb6e0204ed93bbbf048e Mon Sep 17 00:00:00 2001 From: Aidan Fitzgerald Date: Thu, 26 Jul 2018 22:45:11 -0400 Subject: [PATCH] Fix templating and add comments to httpd config file --- roles/lokole/templates/lokole.conf.j2 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/roles/lokole/templates/lokole.conf.j2 b/roles/lokole/templates/lokole.conf.j2 index b31bd771c..5c3f96fb7 100644 --- a/roles/lokole/templates/lokole.conf.j2 +++ b/roles/lokole/templates/lokole.conf.j2 @@ -1,8 +1,10 @@ +# Root directory goes to Lokole web server ProxyPass {{ lokole_url }} http://unix:{{lokole_domain_socket}} +# /static directory is stored on filesystem +Alias {{ lokole_url }}/static {{ lokole_install_path }} -Alias {{ lokole_url }} {{ lokole_abs_path }} - + Options Indexes FollowSymLinks AllowOverride All Require all granted