making taskotron artifacts into a real template and allowing subdirs of artifacts/all
This commit is contained in:
parent
6679e8ac19
commit
753f379953
1 changed files with 11 additions and 3 deletions
|
@ -1,11 +1,19 @@
|
|||
Alias /artifacts /srv/taskotron/artifacts
|
||||
<Directory "/srv/taskotron/artifacts">
|
||||
Alias /artifacts {{ public_artifacts_dir }}
|
||||
<Directory "{{ public_artifacts_dir }}">
|
||||
Options +Indexes
|
||||
IndexOptions +NameWidth=*
|
||||
AllowOverride None
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
<Directory "/srv/taskotron/artifacts/all">
|
||||
<Directory "{{ public_artifacts_dir }}/all">
|
||||
Options -Indexes
|
||||
</Directory>
|
||||
|
||||
<DirectoryMatch "^{{ public_artifacts_dir }}/all/(.+)/">
|
||||
Options +Indexes
|
||||
IndexOptions +NameWidth=*
|
||||
AllowOverride None
|
||||
Require all granted
|
||||
</DirectoryMatch>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue