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
|
AllowOverride None
|
||||||
Require all granted
|
Require all granted
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
|
<Directory "/srv/taskotron/artifacts/all">
|
||||||
|
Options -Indexes
|
||||||
|
</Directory>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue