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:
parent
656e321454
commit
8f2cfea186
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ ProxyPass {{ lokole_url }} http://unix:{{lokole_domain_socket}}
|
||||||
Alias {{ lokole_url }}/static {{ lokole_install_path }}
|
Alias {{ lokole_url }}/static {{ lokole_install_path }}
|
||||||
|
|
||||||
<Directory {{ lokole_install_path }}>
|
<Directory {{ lokole_install_path }}>
|
||||||
Options FollowSymLinks
|
Options Indexes FollowSymLinks
|
||||||
|
|
||||||
# Don't allow modifications in static directory
|
# Don't allow modifications in static directory
|
||||||
Require all granted
|
Require all granted
|
||||||
|
|
Loading…
Reference in a new issue