mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
11 lines
342 B
Django/Jinja
11 lines
342 B
Django/Jinja
# 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 }}
|
|
|
|
<Directory {{ lokole_install_path }}>
|
|
Options Indexes FollowSymLinks
|
|
AllowOverride All
|
|
Require all granted
|
|
</Directory>
|