1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Fix templating and add comments to httpd config file

This commit is contained in:
Aidan Fitzgerald 2018-07-26 22:45:11 -04:00 committed by Aidan Fitzgerald
parent 25f0331b71
commit 25e5529eed

View file

@ -1,8 +1,10 @@
# Root directory goes to Lokole web server
ProxyPass {{ lokole_url }} http://unix:{{lokole_domain_socket}} 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 }} <Directory {{ lokole_install_path }}>
<Directory {{ lokole_abs_path }}>
Options Indexes FollowSymLinks Options Indexes FollowSymLinks
AllowOverride All AllowOverride All
Require all granted Require all granted