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

/static only contains static content, not attachments

This reverts commit cf75610fcf.
This commit is contained in:
Aidan Fitzgerald 2018-07-28 00:58:27 -04:00 committed by Aidan Fitzgerald
parent 656e321454
commit 8f2cfea186

View file

@ -5,7 +5,7 @@ ProxyPass {{ lokole_url }} http://unix:{{lokole_domain_socket}}
Alias {{ lokole_url }}/static {{ lokole_install_path }}
<Directory {{ lokole_install_path }}>
Options FollowSymLinks
Options Indexes FollowSymLinks
# Don't allow modifications in static directory
Require all granted