koji: Drop legacy mash.conf for httpd

This commit is contained in:
Mikolaj Izdebski 2025-07-04 19:04:01 +02:00
parent ea26e54ca0
commit b4e77e3a71
2 changed files with 0 additions and 6 deletions

View file

@ -1,5 +0,0 @@
Alias /mash /mnt/koji/mash/
<Location /mash>
Options Indexes
Require all granted
</Location>

View file

@ -308,7 +308,6 @@
- name: Koji web common config files
ansible.builtin.copy: src={{ item }} dest=/etc/httpd/conf.d/{{ item }} owner=root group=root
with_items:
- mash.conf
- rel-eng.conf
- repo.conf
tags: