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