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:
parent
24a67c504c
commit
65aa02c556
1 changed files with 4 additions and 2 deletions
|
@ -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 }}
|
||||
<Directory {{ lokole_abs_path }}>
|
||||
<Directory {{ lokole_install_path }}>
|
||||
Options Indexes FollowSymLinks
|
||||
AllowOverride All
|
||||
Require all granted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue