mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Security features
This commit is contained in:
parent
65aa02c556
commit
e9c0f3ab96
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue