1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00
iiab/roles/lokole/templates/lokole.conf.j2

7 lines
173 B
Text
Raw Normal View History

2018-07-08 01:31:08 +00:00
Alias {{ lokole_url }} {{ lokole_abs_path }}
<Directory {{ lokole_abs_path }}>
Options Indexes FollowSymLinks
2018-07-08 01:31:08 +00:00
AllowOverride All
2018-07-08 01:21:42 +00:00
Require all granted
</Directory>