1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Security features

This commit is contained in:
Aidan Fitzgerald 2018-07-27 00:31:17 -04:00 committed by Aidan Fitzgerald
parent 65aa02c556
commit e9c0f3ab96

View file

@ -7,5 +7,13 @@ Alias {{ lokole_url }}/static {{ lokole_install_path }}
<Directory {{ lokole_install_path }}>
Options Indexes FollowSymLinks
AllowOverride All
# Don't allow modifications in static directory
Require all granted
<LimitExcept GET HEAD OPTIONS>
Require all denied
</LimitExcept>
</Directory>
# Disable TRACE to prevent cross-site tracing
TraceEnable off