configpolicy/roles/wheelhost/templates/wheels.httpd.conf.j2

8 lines
180 B
Django/Jinja

Alias /wheels {{ wheelhost_store_dir }}
<Directory {{ wheelhost_store_dir }}>
Require all granted
Options +Indexes
IndexOptions -FancyIndexing -HTMLTable
</Directory>