Don't allow directory listing on artifacts/all
This commit is contained in:
parent
feabc31c94
commit
bc798f608d
1 changed files with 4 additions and 0 deletions
|
@ -5,3 +5,7 @@ Alias /artifacts /srv/taskotron/artifacts
|
|||
AllowOverride None
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
<Directory "/srv/taskotron/artifacts/all">
|
||||
Options -Indexes
|
||||
</Directory>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue